Re: [libvirt] [PATCH 2/5] virsh: Implement command for virDomainSetVcpu called setvcpu

2017-02-21 Thread Pavel Hrdina
On Fri, Feb 10, 2017 at 06:10:19PM +0100, Peter Krempa wrote: > Add a simple virsh command handler which makes use of the new API. > --- > tools/virsh-domain.c | 88 > > tools/virsh.pod | 19 > 2 files changed, 107

[libvirt] [PATCH 2/5] virsh: Implement command for virDomainSetVcpu called setvcpu

2017-02-10 Thread Peter Krempa
Add a simple virsh command handler which makes use of the new API. --- tools/virsh-domain.c | 88 tools/virsh.pod | 19 2 files changed, 107 insertions(+) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index