[libvirt] [PATCH 1/3] qemu: Rename controller hotplug functions to not be PCI-specific

2013-11-20 Thread Eric Farman
For attach/detach of controller devices, we rename the functions to remove 'PCI' from their title. The actual separation of PCI-specific operations will be handled in the next patch. Signed-off-by: Eric Farman --- src/qemu/qemu_driver.c |4 ++-- src/qemu/qemu_hotplug.c | 16 -

[libvirt] [PATCH 1/3] qemu: Rename controller hotplug functions to not be PCI-specific

2013-11-12 Thread Eric Farman
For attach/detach of controller devices, we rename the functions to remove 'PCI' from their title. The actual separation of PCI-specific operations will be handled in the next patch. Signed-off-by: Eric Farman --- src/qemu/qemu_driver.c |4 ++-- src/qemu/qemu_hotplug.c | 16 -

Re: [libvirt] [PATCH 1/3] qemu: Rename controller hotplug functions to not be PCI-specific

2013-11-11 Thread Ján Tomko
On 10/08/2013 02:45 PM, Eric Farman wrote: > For attach/detach of controller devices, we rename the functions to > remove 'PCI' from their title. The actual separation of PCI-specific > operations will be handled in the next patch. > > Signed-off-by: Eric Farman > --- > src/qemu/qemu_driver.c

[libvirt] [PATCH 1/3] qemu: Rename controller hotplug functions to not be PCI-specific

2013-10-08 Thread Eric Farman
For attach/detach of controller devices, we rename the functions to remove 'PCI' from their title. The actual separation of PCI-specific operations will be handled in the next patch. Signed-off-by: Eric Farman --- src/qemu/qemu_driver.c |4 ++-- src/qemu/qemu_hotplug.c | 12 ++--

[libvirt] [PATCH 1/3] qemu: Rename controller hotplug functions to not be PCI-specific

2013-09-26 Thread Eric Farman
For attach/detach of controller devices, we rename the functions to remove 'PCI' from their title. The actual separation of PCI-specific operations will be handled in the next patch. Signed-off-by: Eric Farman --- src/qemu/qemu_driver.c |4 ++-- src/qemu/qemu_hotplug.c | 12 ++--