Re: [libvirt] [PATCH 09/12] vcpu: add virsh support

2010-10-12 Thread Eric Blake
On 09/29/2010 06:02 PM, Eric Blake wrote: * tools/virsh.c (cmdSetvcpus): Add new flags. Let invalid commands through to driver, to ease testing of hypervisor argument validation. (cmdVcpucount): New command. (commands): Add new command. * tools/virsh.pod (setvcpus, vcpucount): Document new

Re: [libvirt] [PATCH 09/12] vcpu: add virsh support

2010-10-01 Thread Daniel Veillard
On Wed, Sep 29, 2010 at 06:02:13PM -0600, Eric Blake wrote: * tools/virsh.c (cmdSetvcpus): Add new flags. Let invalid commands through to driver, to ease testing of hypervisor argument validation. (cmdVcpucount): New command. (commands): Add new command. * tools/virsh.pod (setvcpus,

[libvirt] [PATCH 09/12] vcpu: add virsh support

2010-09-29 Thread Eric Blake
* tools/virsh.c (cmdSetvcpus): Add new flags. Let invalid commands through to driver, to ease testing of hypervisor argument validation. (cmdVcpucount): New command. (commands): Add new command. * tools/virsh.pod (setvcpus, vcpucount): Document new behavior. --- I know - the typical API addition