Re: [libvirt] [PATCH 33/34] qemu: driver: Refactor qemuDomainHelperGetVcpus

2015-11-27 Thread Peter Krempa
On Tue, Nov 24, 2015 at 07:56:19 -0500, John Ferlan wrote: > On 11/20/2015 10:22 AM, Peter Krempa wrote: > > Change some of the control structures and switch to using the new vcpu > > structure. > > --- > > src/qemu/qemu_driver.c | 77 > > -- > > 1

Re: [libvirt] [PATCH 33/34] qemu: driver: Refactor qemuDomainHelperGetVcpus

2015-11-24 Thread John Ferlan
On 11/20/2015 10:22 AM, Peter Krempa wrote: > Change some of the control structures and switch to using the new vcpu > structure. > --- > src/qemu/qemu_driver.c | 77 > -- > 1 file changed, 43 insertions(+), 34 deletions(-) > > diff --git

[libvirt] [PATCH 33/34] qemu: driver: Refactor qemuDomainHelperGetVcpus

2015-11-20 Thread Peter Krempa
Change some of the control structures and switch to using the new vcpu structure. --- src/qemu/qemu_driver.c | 77 -- 1 file changed, 43 insertions(+), 34 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index