2 * Human Monitor Interface
4 * Copyright IBM, Corp. 2011
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
17 #include "qemu-common.h"
18 #include "qapi-types.h"
20 void hmp_info_name(Monitor *mon);
21 void hmp_info_version(Monitor *mon);
22 void hmp_info_kvm(Monitor *mon);
23 void hmp_info_status(Monitor *mon);
24 void hmp_info_uuid(Monitor *mon);
25 void hmp_info_chardev(Monitor *mon);