Re: [libvirt] [PATCH 5/7] Introduce flag VIR_DOMAIN_VCPU agent, for agent based CPU unlpug(shutdown).

2013-04-15 Thread Eric Blake
On 04/15/2013 09:11 AM, Peter Krempa wrote: Subject line is long, and doesn't match... > This flag will allow to use qemu guest agent commands to disable processors > in a > live guest. > --- > include/libvirt/libvirt.h.in | 1 + > src/libvirt.c| 7 +++ > tools/virsh-domai

[libvirt] [PATCH 5/7] Introduce flag VIR_DOMAIN_VCPU agent, for agent based CPU unlpug(shutdown).

2013-04-15 Thread Peter Krempa
This flag will allow to use qemu guest agent commands to disable processors in a live guest. --- include/libvirt/libvirt.h.in | 1 + src/libvirt.c| 7 +++ tools/virsh-domain.c | 25 +++-- tools/virsh.pod | 13 ++--- 4 files cha