Re: [libvirt PATCH 4/4] tests: use g_new0 instead of VIR_ALLOC

2020-09-23 Thread Peter Krempa
On Wed, Sep 23, 2020 at 01:04:18 +0200, Ján Tomko wrote: > Signed-off-by: Ján Tomko > --- Reviewed-by: Peter Krempa

[libvirt PATCH 4/4] tests: use g_new0 instead of VIR_ALLOC

2020-09-22 Thread Ján Tomko
Signed-off-by: Ján Tomko --- tests/domaincapstest.c | 7 +++ tests/nodedevmdevctltest.c | 16 +--- tests/nwfilterxml2firewalltest.c | 3 +-- tests/qemublocktest.c| 9 +++-- tests/qemuhotplugtest.c | 3 +-- tests/qemumonitorjsontest.c