diff options
author | Hu Tao <hutao@cn.fujitsu.com> | 2014-05-14 17:43:35 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-06-19 18:44:21 +0300 |
commit | eb1539b2343f2040decab39ccb9dc50dda75001c (patch) | |
tree | 58dab92e5a6277f368df33fb82fb807f0d2d0696 /hmp.h | |
parent | 76b5d8507d08db18bc0bd3c75349b357a82ff1a2 (diff) | |
download | qemu-eb1539b2343f2040decab39ccb9dc50dda75001c.tar.gz qemu-eb1539b2343f2040decab39ccb9dc50dda75001c.tar.bz2 qemu-eb1539b2343f2040decab39ccb9dc50dda75001c.zip |
hmp: add info memdev
This is the hmp counterpart of qmp query-memdev.
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
MST: fix build on 32 bit
Diffstat (limited to 'hmp.h')
-rw-r--r-- | hmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ void hmp_qemu_io(Monitor *mon, const QDict *qdict); void hmp_cpu_add(Monitor *mon, const QDict *qdict); void hmp_object_add(Monitor *mon, const QDict *qdict); void hmp_object_del(Monitor *mon, const QDict *qdict); +void hmp_info_memdev(Monitor *mon, const QDict *qdict); void object_add_completion(ReadLineState *rs, int nb_args, const char *str); void object_del_completion(ReadLineState *rs, int nb_args, const char *str); void device_add_completion(ReadLineState *rs, int nb_args, const char *str); |