Re: [libvirt] [PATCH 4/7] virsh: Add command 'guestvcpus' implementing virDomain(GS)etGuestVcpus

2016-06-21 Thread Pavel Hrdina
On Mon, Jun 20, 2016 at 04:34:18PM +0200, Peter Krempa wrote: > Add a straightforward implementation for using the new APIs. > --- > tools/virsh-domain.c | 93 > > tools/virsh.pod | 10 ++ > 2 files changed, 103 insertions(+) > > diff

[libvirt] [PATCH 4/7] virsh: Add command 'guestvcpus' implementing virDomain(GS)etGuestVcpus

2016-06-20 Thread Peter Krempa
Add a straightforward implementation for using the new APIs. --- tools/virsh-domain.c | 93 tools/virsh.pod | 10 ++ 2 files changed, 103 insertions(+) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index bd6db47..ff2305f 100