Re: [libvirt] [PATCHv2 11/14] qemu: Implement new QMP command for cpu hotplug

2013-06-07 Thread Peter Krempa
On 06/07/13 16:15, Michal Privoznik wrote: On 05.06.2013 15:44, Peter Krempa wrote: 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. -

Re: [libvirt] [PATCHv2 11/14] qemu: Implement new QMP command for cpu hotplug

2013-06-07 Thread Michal Privoznik
On 05.06.2013 15:44, Peter Krempa wrote: > 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. > --- > src/qemu/qemu_monitor_json.c | 3

[libvirt] [PATCHv2 11/14] qemu: Implement new QMP command for cpu hotplug

2013-06-05 Thread Peter Krempa
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. --- src/qemu/qemu_monitor_json.c | 37 +++-- 1 file cha