Re: [libvirt] [PATCH 19/34] qemu: Split up vCPU hotplug and hotunplug

2015-11-26 Thread Peter Krempa
On Mon, Nov 23, 2015 at 14:19:58 -0500, John Ferlan wrote: > On 11/20/2015 10:22 AM, Peter Krempa wrote: > > There's only very little common code among the two operations. Split the > > functions so that the internals are easier to understand and refactor > > later. > > --- > > src/qemu/qemu_drive

Re: [libvirt] [PATCH 19/34] qemu: Split up vCPU hotplug and hotunplug

2015-11-23 Thread John Ferlan
On 11/20/2015 10:22 AM, Peter Krempa wrote: > There's only very little common code among the two operations. Split the > functions so that the internals are easier to understand and refactor > later. > --- > src/qemu/qemu_driver.c | 210 > - > 1 f

[libvirt] [PATCH 19/34] qemu: Split up vCPU hotplug and hotunplug

2015-11-20 Thread Peter Krempa
There's only very little common code among the two operations. Split the functions so that the internals are easier to understand and refactor later. --- src/qemu/qemu_driver.c | 210 - 1 file changed, 136 insertions(+), 74 deletions(-) diff --git a