On Fri, Jun 26, 2015 at 03:01:44PM +0200, Peter Krempa wrote:
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 | 13 +++++++++++++
1 file changed, 13 insertions(+)
Makes sense, ACK and safe for freeze.