Re: [libvirt] [PATCH 17/27] qemu: setvcpus: Extract setting of maximum vcpu count

2016-08-16 Thread Peter Krempa
On Thu, Aug 11, 2016 at 10:02:55 +0200, Pavel Hrdina wrote: > On Fri, Aug 05, 2016 at 03:56:13PM +0200, Peter Krempa wrote: > > Setting of the maximum vcpu count is slightly semantically different > > thus split it into a self-contained func. > > --- > > src/qemu/qemu_driver.c | 47 +++

Re: [libvirt] [PATCH 17/27] qemu: setvcpus: Extract setting of maximum vcpu count

2016-08-11 Thread Pavel Hrdina
On Fri, Aug 05, 2016 at 03:56:13PM +0200, Peter Krempa wrote: > Setting of the maximum vcpu count is slightly semantically different > thus split it into a self-contained func. > --- > src/qemu/qemu_driver.c | 47 +++ > 1 file changed, 31 insertions(+),

[libvirt] [PATCH 17/27] qemu: setvcpus: Extract setting of maximum vcpu count

2016-08-05 Thread Peter Krempa
Setting of the maximum vcpu count is slightly semantically different thus split it into a self-contained func. --- src/qemu/qemu_driver.c | 47 +++ 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_dri