]> xenbits.xensource.com Git - libvirt.git/commit
qemu: monitor: Remove text monitor support for cpu hot(un)plug
authorPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jun 2019 11:12:04 +0000 (13:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jun 2019 13:59:19 +0000 (15:59 +0200)
commitd828b744acae967c79513631425c685faf356be0
tree09c2fdb25a571aa38a3a2de8998f006ca5f799ef
parentba1948611e3a093d51c3f88dbc41ef6e94e0a8ae
qemu: monitor: Remove text monitor support for cpu hot(un)plug

The "cpu-add" command is supported in all supported qemu versions and
cpu unplug did not work at all until the new cpu unplug approach (using
device_add/del) was implemented.

Remove the support for falling back to the text monitor.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_monitor_json.c