[libvirt] [PATCH] hostdev: Report the domain name for used hostdevs during nodedev-detach

Ján Tomko jtomko at redhat.com
Tue Apr 7 12:12:01 UTC 2015


On Wed, Apr 01, 2015 at 04:28:05PM +0530, Shivaprasad G Bhat wrote:
> The nodedev-detach can report the name of the domain using the device
> just the way nodedev-reattach does it.
> 
> Signed-off-by: Shivaprasad G Bhat <sbhat at linux.vnet.ibm.com>
> ---
>  src/util/virhostdev.c |    7 +++++++
>  1 file changed, 7 insertions(+)
> 

ACK

> diff --git a/src/util/virhostdev.c b/src/util/virhostdev.c
> index 23365a3..55eb9c9 100644
> --- a/src/util/virhostdev.c
> +++ b/src/util/virhostdev.c
> @@ -1519,11 +1519,18 @@ int
>  virHostdevPCINodeDeviceDetach(virHostdevManagerPtr hostdev_mgr,
>                                virPCIDevicePtr pci)
>  {
> +    virPCIDeviceAddressPtr devAddr = NULL;
>      int ret = -1;
>  
>      virObjectLock(hostdev_mgr->activePCIHostdevs);
>      virObjectLock(hostdev_mgr->inactivePCIHostdevs);
>  
> +    if (!(devAddr = virPCIDeviceGetAddress(pci)))
> +        goto out;

devAddr needs to be freed

I have added VIR_FREE to the out: section and pushed the patch.

Jan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150407/01cb3a65/attachment-0001.sig>


More information about the libvir-list mailing list