Re: [libvirt] [PATCH 4/7] qemu_agent: Introduce helpers for agent based CPU hot(un)plug

2013-04-15 Thread Eric Blake
On 04/15/2013 09:11 AM, Peter Krempa wrote: > The qemu guest agent allows to online and offline CPUs from the perspective of > the guest. This patch adds helpers that call 'guest-get-vcpus' and > 'guest-set-vcpus' guest agent functions and convert the data for internal > libvirt usage. > --- > src

[libvirt] [PATCH 4/7] qemu_agent: Introduce helpers for agent based CPU hot(un)plug

2013-04-15 Thread Peter Krempa
The qemu guest agent allows to online and offline CPUs from the perspective of the guest. This patch adds helpers that call 'guest-get-vcpus' and 'guest-set-vcpus' guest agent functions and convert the data for internal libvirt usage. --- src/qemu/qemu_agent.c | 137 +++