Files
Lai Jiangshan 08ffc82ad5 kvm tools: Check the state before pause/resume
Let the user know what happened

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
2015-06-01 16:39:50 +01:00

11 lines
201 B
C

#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