[libvirt] [PATCH 04/10] Ignore the return status check for vmwareUpdateVMStatus in convenience routine vmwareDomainObjListUpdateDomain

Eric Blake eblake at redhat.com
Fri Jan 4 18:07:42 UTC 2013


On 01/03/2013 12:16 PM, John Ferlan wrote:
> ---
>  src/vmware/vmware_driver.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/vmware/vmware_driver.c b/src/vmware/vmware_driver.c
> index 3763f40..9c81df8 100644
> --- a/src/vmware/vmware_driver.c
> +++ b/src/vmware/vmware_driver.c
> @@ -949,7 +949,7 @@ static void vmwareDomainObjListUpdateDomain(void *payload, const void *name ATTR
>      struct vmware_driver *driver = data;
>      virDomainObjPtr vm = payload;
>      virDomainObjLock(vm);
> -    vmwareUpdateVMStatus(driver, vm);
> +    ignore_value(vmwareUpdateVMStatus(driver, vm));

ACK, I'll reformat the commit message and push this one soon.  As for
3/10, it looks like there is still a discussion going on as to whether
to warn or silently ignore failure to set the hint, so I deferred
pushing that one for now.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

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


More information about the libvir-list mailing list