Re: [libvirt] [PATCH 04/13] qemu: restructure qemuAssignDeviceControllerAlias

2015-05-11 Thread Laine Stump
On 05/08/2015 01:42 PM, John Ferlan wrote: > > On 05/08/2015 01:17 PM, Laine Stump wrote: >> On 05/08/2015 12:51 PM, John Ferlan wrote: >>> On 05/05/2015 02:03 PM, Laine Stump wrote: No functional change, just rearrange this function and pass in full domain definition to make it simpler t

Re: [libvirt] [PATCH 04/13] qemu: restructure qemuAssignDeviceControllerAlias

2015-05-08 Thread John Ferlan
On 05/08/2015 01:17 PM, Laine Stump wrote: > On 05/08/2015 12:51 PM, John Ferlan wrote: >> >> On 05/05/2015 02:03 PM, Laine Stump wrote: >>> No functional change, just rearrange this function and pass in full >>> domain definition to make it simpler to add exceptions. >>> --- >>> src/qemu/qemu_c

Re: [libvirt] [PATCH 04/13] qemu: restructure qemuAssignDeviceControllerAlias

2015-05-08 Thread Laine Stump
On 05/08/2015 12:51 PM, John Ferlan wrote: > > On 05/05/2015 02:03 PM, Laine Stump wrote: >> No functional change, just rearrange this function and pass in full >> domain definition to make it simpler to add exceptions. >> --- >> src/qemu/qemu_command.c | 32 ++-- >> sr

Re: [libvirt] [PATCH 04/13] qemu: restructure qemuAssignDeviceControllerAlias

2015-05-08 Thread John Ferlan
On 05/05/2015 02:03 PM, Laine Stump wrote: > No functional change, just rearrange this function and pass in full > domain definition to make it simpler to add exceptions. > --- > src/qemu/qemu_command.c | 32 ++-- > src/qemu/qemu_command.h | 2 +- > src/qemu/qemu_hot

[libvirt] [PATCH 04/13] qemu: restructure qemuAssignDeviceControllerAlias

2015-05-05 Thread Laine Stump
No functional change, just rearrange this function and pass in full domain definition to make it simpler to add exceptions. --- src/qemu/qemu_command.c | 32 ++-- src/qemu/qemu_command.h | 2 +- src/qemu/qemu_hotplug.c | 4 ++-- 3 files changed, 25 insertions(+), 13 d