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/qmp.c b/qmp.c index bf58b05..e84922b 100644 --- a/qmp.c +++ b/qmp.c
@@ -90,3 +90,8 @@ { qemu_system_powerdown_request(); } + +void qmp_cpu(int64_t index, Error **errp) +{ + /* Just do nothing */ +}