]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: agent: Don't automatically disable CPU0 via guest agent
authorPeter Krempa <pkrempa@redhat.com>
Fri, 26 Jun 2015 11:58:20 +0000 (13:58 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jul 2015 07:38:02 +0000 (09:38 +0200)
commit18c9d1578bae7576c0c34c10c9a8ec9e4061d3b2
tree94b1e0bbccbc571cefd08bc5130b5c039a541a48
parent91c9e4d92099dab178de9f204f0fdb91028f071a
qemu: agent: Don't automatically disable CPU0 via guest agent

While CPU0 was made unpluggable in Linux a while ago it's not desirable
to unplug it since some parts of the kernel (suspend-to-ram) still
depend on it.

This patch fixes the vCPU selection code in libvirt so that it will not
be disabled.
src/qemu/qemu_agent.c