diff options
| author | Hu Tao | 2014-05-14 11:43:35 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2014-06-19 17:44:21 +0200 |
| commit | eb1539b2343f2040decab39ccb9dc50dda75001c (patch) | |
| tree | 58dab92e5a6277f368df33fb82fb807f0d2d0696 /hmp.h | |
| parent | qmp: add query-memdev (diff) | |
| download | qemu-eb1539b2343f2040decab39ccb9dc50dda75001c.tar.gz qemu-eb1539b2343f2040decab39ccb9dc50dda75001c.tar.xz 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); |
