]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement new QMP command for cpu hotplug
authorPeter Krempa <pkrempa@redhat.com>
Mon, 27 May 2013 14:08:30 +0000 (16:08 +0200)
committerCole Robinson <crobinso@redhat.com>
Thu, 11 Jul 2013 21:29:48 +0000 (17:29 -0400)
commit6cdff51fb3043043320d89ec38cf088f8eba1ca2
tree1a4cd2a66252741f1c9baab663ff65edc707631c
parentad02b248716cbc3fb2bce9856dc826e1f7eef86f
qemu: Implement new QMP command for cpu hotplug

This patch implements support for the "cpu-add" QMP command that plugs
CPUs into a live guest. The "cpu-add" command was introduced in QEMU
1.5. For the hotplug to work machine type "pc-i440fx-1.5" is required.

(cherry picked from commit c12b2be5169298708cf727ed9ccd42e9d89a9737)
src/qemu/qemu_monitor_json.c