summaryrefslogtreecommitdiffstats
path: root/hmp.h
diff options
context:
space:
mode:
authorTing Wang <kathy.wangting@huawei.com>2015-06-26 16:07:13 +0800
committerMarkus Armbruster <armbru@redhat.com>2015-09-04 13:26:26 +0200
commit62313160cb5b6bdfbd77a063e94a5a7d25e59f2b (patch)
tree651ee5eb53ea1c66dee76fac1e2c8a2802f3efcf /hmp.h
parente2f9a6572bb400e64e7a56526c5f7a4a9f8f6f90 (diff)
downloadhqemu-62313160cb5b6bdfbd77a063e94a5a7d25e59f2b.zip
hqemu-62313160cb5b6bdfbd77a063e94a5a7d25e59f2b.tar.gz
hmp: add info iothreads command
Make "info iothreads" available on the HMP monitor. For example, the results are as follows when executing qemu command with "-object iothread,id=iothread-1 -object iothread,id=iothread-2". (qemu) info iothreads iothread-1: thread_id=123 iothread-2: thread_id=456 Signed-off-by: Ting Wang <kathy.wangting@huawei.com> Message-Id: <1435306033-58372-1-git-send-email-kathy.wangting@huawei.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Amos Jianjun Kong <kongjianjun@gmail.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'hmp.h')
-rw-r--r--hmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp.h b/hmp.h
index b8f5d33..81656c3 100644
--- a/hmp.h
+++ b/hmp.h
@@ -39,6 +39,7 @@ void hmp_info_balloon(Monitor *mon, const QDict *qdict);
void hmp_info_pci(Monitor *mon, const QDict *qdict);
void hmp_info_block_jobs(Monitor *mon, const QDict *qdict);
void hmp_info_tpm(Monitor *mon, const QDict *qdict);
+void hmp_info_iothreads(Monitor *mon, const QDict *qdict);
void hmp_quit(Monitor *mon, const QDict *qdict);
void hmp_stop(Monitor *mon, const QDict *qdict);
void hmp_system_reset(Monitor *mon, const QDict *qdict);
OpenPOWER on IntegriCloud