Re: [libvirt] [PATCH] conf: make virPCIDeviceAddressFormat void

2019-02-15 Thread Laine Stump
On 2/15/19 12:46 PM, Daniel P. Berrangé wrote: Only one of the three callers of virPCIDeviceAddressFormat correctly handles an error return status. Fortunately it can't fail so can be made void. Signed-off-by: Daniel P. Berrangé Reviewed-by: Laine Stump -- libvir-list mailing list

[libvirt] [PATCH] conf: make virPCIDeviceAddressFormat void

2019-02-15 Thread Daniel P . Berrangé
Only one of the three callers of virPCIDeviceAddressFormat correctly handles an error return status. Fortunately it can't fail so can be made void. Signed-off-by: Daniel P. Berrangé --- src/conf/device_conf.c | 3 +-- src/conf/device_conf.h | 6 +++--- src/conf/domain_conf.c