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

Ján Tomko jtomko at redhat.com
Tue Nov 12 07:31:07 UTC 2013


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 <farman at linux.vnet.ibm.com>
> ---
>  src/qemu/qemu_driver.c  |    4 ++--
>  src/qemu/qemu_hotplug.c |   12 ++++++------
>  src/qemu/qemu_hotplug.h |   12 ++++++------
>  3 files changed, 14 insertions(+), 14 deletions(-)
> 

> diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c
> index 818c726..bc0f57a 100644
> --- a/src/qemu/qemu_hotplug.c
> +++ b/src/qemu/qemu_hotplug.c
> @@ -3004,7 +3004,7 @@ static bool qemuDomainControllerIsBusy(virDomainObjPtr vm,
>      }
>  }
>  
> -int qemuDomainDetachPciControllerDevice(virQEMUDriverPtr driver,
> +int qemuDomainDetachControllerDevice(virQEMUDriverPtr driver,
>                                          virDomainObjPtr vm,
>                                          virDomainDeviceDefPtr dev)
>  {

Indentation is off here.

ACK

Jan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20131112/d402e6af/attachment-0001.sig>


More information about the libvir-list mailing list