Re: [PATCH RESEND 01/20] virpci, domain_audit: use virPCIDeviceAddressAsString()

2021-01-20 Thread Laine Stump
On 1/18/21 2:53 PM, Daniel Henrique Barboza wrote: There is no need to open code the PCI address string format when we have a function that does exactly that. Signed-off-by: Daniel Henrique Barboza --- src/conf/domain_audit.c | 6 +- src/util/virpci.c | 6 ++ 2 files changed,

[PATCH RESEND 01/20] virpci, domain_audit: use virPCIDeviceAddressAsString()

2021-01-18 Thread Daniel Henrique Barboza
There is no need to open code the PCI address string format when we have a function that does exactly that. Signed-off-by: Daniel Henrique Barboza --- src/conf/domain_audit.c | 6 +- src/util/virpci.c | 6 ++ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git