commit | 755f196898e75bf453957609d1dbe02f73e5b12a | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Thu Oct 06 14:31:39 2011 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Thu Oct 27 11:48:46 2011 -0200 |
tree | 139a14ffa6d5dd9a4ef136be6afddeb5f6bd9d9b | |
parent | 99b7796f601cd275b16b3e7122874953ed1a0b1f [diff] [blame] |
qapi: Convert the cpu command Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/hmp.h b/hmp.h index 49d9662..9322b7f 100644 --- a/hmp.h +++ b/hmp.h
@@ -29,5 +29,6 @@ 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