diff options
author | 2011-10-06 14:31:39 -0300 | |
---|---|---|
committer | 2011-10-27 11:48:46 -0200 | |
commit | 755f196898e75bf453957609d1dbe02f73e5b12a (patch) | |
tree | 139a14ffa6d5dd9a4ef136be6afddeb5f6bd9d9b /hmp.h | |
parent | Monitor: Introduce monitor_get_cpu_index() (diff) | |
download | qemu-755f196898e75bf453957609d1dbe02f73e5b12a.tar.xz qemu-755f196898e75bf453957609d1dbe02f73e5b12a.zip |
qapi: Convert the cpu command
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp.h')
-rw-r--r-- | hmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,5 +29,6 @@ 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); void hmp_system_powerdown(Monitor *mon, const QDict *qdict); +void hmp_cpu(Monitor *mon, const QDict *qdict); #endif |