On Fri, Sep 20, 2019 at 10:52:53AM -0300, Daniel Henrique Barboza wrote:
Second round of these cleanups after the reviews from
Eric.
changes from v1:
- fixed the commit message of patch 1
- ditched the virPCIAddressSet() approach - use direct
assignment instead
v1:
https://www.redhat.com/archives/libvir-list/2019-September/msg00823.html
Daniel Henrique Barboza (2):
qemu_domain_address.c: use VIR_AUTOFREE() in strings
qemu_domain_address: use virPCIDeviceAddressEqual() in conditionals
src/qemu/qemu_domain_address.c | 125 +++++++++++++++------------------
1 file changed, 55 insertions(+), 70 deletions(-)
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>