From abf233294bc8a4d2c7d5f428f1408d7bdd0c02e0 Mon Sep 17 00:00:00 2001 From: "Jason J. Herne" Date: Wed, 11 Dec 2013 13:24:14 -0500 Subject: qemu-monitor: HMP cpu-add wrapper Add HMP cpu-add wrapper to allow cpu hot plugging via monitor. Signed-off-by: Jason J. Herne Reviewed-by: Igor Mammedov Signed-off-by: Luiz Capitulino --- hmp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hmp.h') diff --git a/hmp.h b/hmp.h index 54cf71fb94..f92fc8922d 100644 --- a/hmp.h +++ b/hmp.h @@ -89,5 +89,6 @@ void hmp_nbd_server_stop(Monitor *mon, const QDict *qdict); void hmp_chardev_add(Monitor *mon, const QDict *qdict); void hmp_chardev_remove(Monitor *mon, const QDict *qdict); void hmp_qemu_io(Monitor *mon, const QDict *qdict); +void hmp_cpu_add(Monitor *mon, const QDict *qdict); #endif -- cgit v1.2.3