diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-06 14:31:39 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-27 11:48:46 -0200 |
commit | 755f196898e75bf453957609d1dbe02f73e5b12a (patch) | |
tree | 139a14ffa6d5dd9a4ef136be6afddeb5f6bd9d9b /hmp.h | |
parent | 99b7796f601cd275b16b3e7122874953ed1a0b1f (diff) |
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 |