[libvirt] [PATCH v2 08/39] qemu_domain: Drop few useless checks in qemuDomainGetHostdevPath

Cole Robinson crobinso at redhat.com
Thu Oct 17 22:12:58 UTC 2019


On 9/26/19 12:12 PM, Michal Privoznik wrote:
> There are three cases where vir*DeviceGetPath() returns a const
> string. In these cases, the string is initialized in
> corresponding vir*DeviceNew() calls which fail if string couldn't
> be allocated. There's no point in checking the second time if the
> string is NULL.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/qemu/qemu_domain.c | 9 +++------
>  1 file changed, 3 insertions(+), 6 deletions(-)

Reviewed-by: Cole Robinson <crobinso at redhat.com>

- Cole




More information about the libvir-list mailing list