mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-24 06:58:16 +00:00
08ffc82ad5
Let the user know what happened Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
11 lines
201 B
C
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
|