Re: [libvirt] [PATCHv2 04/14] qemu_agent: Introduce helpers for agent based CPU hot(un)plug

2013-06-07 Thread Daniel P. Berrange
On Wed, Jun 05, 2013 at 03:43:55PM +0200, 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

Re: [libvirt] [PATCHv2 04/14] qemu_agent: Introduce helpers for agent based CPU hot(un)plug

2013-06-07 Thread Peter Krempa
On 06/07/13 15:10, Daniel P. Berrange wrote: On Wed, Jun 05, 2013 at 03:43:55PM +0200, 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

[libvirt] [PATCHv2 04/14] qemu_agent: Introduce helpers for agent based CPU hot(un)plug

2013-06-05 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 | 148