Re: [PATCH 03/36] qemu: convert virQEMUCaps to GObject

2020-04-07 Thread Jonathon Jongsma
On Fri, 2020-04-03 at 17:15 +0200, Rafael Fonseca wrote: > virFileCache had to also be changed to properly unref the QEMUCaps > objects; in turn, virfilecachetest was also converted to GObject so > it > plays nicely with virFileCache. There is still some documentation in virfilecache.h that says t

[PATCH 03/36] qemu: convert virQEMUCaps to GObject

2020-04-03 Thread Rafael Fonseca
virFileCache had to also be changed to properly unref the QEMUCaps objects; in turn, virfilecachetest was also converted to GObject so it plays nicely with virFileCache. Signed-off-by: Rafael Fonseca --- src/qemu/qemu_capabilities.c | 119 +++ src/qemu/qemu_capabi