blob: 47029caa25e6457b25ff814e5a8cbff45fad804c [file] [log] [blame]
#ifndef KVM__LIST_H
#define KVM__LIST_H
#include <kvm/util.h>
int kvm_cmd_list(int argc, const char **argv, const char *prefix);
void kvm_list_help(void) NORETURN;
int get_vmstate(int sock);
#endif