Re: [libvirt] [PATCH 2/4] qemu: Define and use a auto cleanup function with virSEVCapability

2018-08-15 Thread Peter Krempa
On Wed, Aug 15, 2018 at 17:02:06 +0200, Erik Skultety wrote: > Keep with the recent effort of replacing as many explicit *Free > functions with their automatic equivalents. > > Signed-off-by: Erik Skultety > --- This also fixes some coding style issues along, but ... ACK signature.asc Descrip

[libvirt] [PATCH 2/4] qemu: Define and use a auto cleanup function with virSEVCapability

2018-08-15 Thread Erik Skultety
Keep with the recent effort of replacing as many explicit *Free functions with their automatic equivalents. Signed-off-by: Erik Skultety --- src/conf/domain_capabilities.h | 4 src/qemu/qemu_capabilities.c | 12 src/qemu/qemu_monitor_json.c | 11 ++- 3 files change