libvirt/src/qemu
John Ferlan 52760707bc qemu: More qemu_monitor_json cleanups
Recent adjustments to the code produced a litany of coverity false
positives, but only because the "standard" procedure of setting a
variable to NULL after it was assigned to something else and keeping
the *Free/*FREE call in the cleanup path wasn't kept. So this patch
makes those adjustments (assign variable to NULL and remove the if
'ret < 0' condition to clean it up).

Signed-off-by: John Ferlan <jferlan@redhat.com>
2016-05-16 13:41:10 -04:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
MIGRATION.txt
qemu_agent.c util: string: Introduce virStringEncodeBase64 2016-05-16 12:58:48 +02:00
qemu_agent.h
qemu_alias.c qemu: alias: Remove QEMU_CAPS_DEVICE 2016-05-16 10:29:39 -04:00
qemu_alias.h
qemu_blockjob.c
qemu_blockjob.h
qemu_capabilities.c qemu: command: Use -name guest= if available 2016-05-16 10:30:38 -04:00
qemu_capabilities.h qemu: command: Use -name guest= if available 2016-05-16 10:30:38 -04:00
qemu_capspriv.h qemu: Export caps cache APIs for tests 2016-05-06 10:27:32 +02:00
qemu_cgroup.c
qemu_cgroup.h
qemu_command.c qemu: command: Use -name guest= if available 2016-05-16 10:30:38 -04:00
qemu_command.h qemu: command: Ignore QEMU_CAPS_DEVICE when building drive alias 2016-05-16 08:59:35 -04:00
qemu_conf.c util: Replace virDomainDiskSourceIsBlockType with a new helper 2016-05-09 12:36:52 +02:00
qemu_conf.h
qemu_domain_address.c
qemu_domain_address.h
qemu_domain.c secret: Alter virSecretGetSecretString 2016-05-16 12:58:48 +02:00
qemu_domain.h secret: Alter virSecretGetSecretString 2016-05-16 12:58:48 +02:00
qemu_driver.c qemu: remove ATTRIBUTE_UNUSED in connectGetType 2016-05-13 15:52:11 -04:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: command: Ignore QEMU_CAPS_DEVICE when building drive alias 2016-05-16 08:59:35 -04:00
qemu_hotplug.h
qemu_hotplugpriv.h
qemu_interface.c util: set vlan tag for macvtap passthrough mode on SRIOV VFs 2016-05-10 14:04:19 -04:00
qemu_interface.h
qemu_migration.c
qemu_migration.h
qemu_monitor_json.c qemu: More qemu_monitor_json cleanups 2016-05-16 13:41:10 -04:00
qemu_monitor_json.h qemu: Make qemuMonitorJSONIOProcessLine available for tests 2016-05-05 10:01:55 +02:00
qemu_monitor_text.c
qemu_monitor_text.h
qemu_monitor.c
qemu_monitor.h
qemu_parse_command.c Fill out default vram in DeviceDefPostParse 2016-05-12 08:22:08 +02:00
qemu_parse_command.h
qemu_process.c qemu_process: merge graphics code into qemuProcessSetupGraphics 2016-05-10 10:44:45 +02:00
qemu_process.h graphics: generate fake ports also for tests 2016-05-10 10:44:45 +02:00
qemu_processpriv.h
qemu.conf
test_libvirtd_qemu.aug.in
THREADS.txt