libvirt/src/qemu
Peter Krempa 85d9a0e58a qemu: hotplug: Use automatic freeing for virJSONValue
There are a few uses which still explicitly free JSON objects, fix them.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2021-12-07 09:00:39 +01:00
..
EVENTHANDLERS.txt
libvirt_qemu_probes.d
libvirtd_qemu.aug
meson.build
MIGRATION.txt
qemu_agent.c qemu: Remove 'else' branches after 'return' or 'goto' 2021-11-24 15:54:20 +01:00
qemu_agent.h qemu_agent: Drop destroy callback 2021-11-12 14:11:43 +01:00
qemu_alias.c qemu_alias: change return type to void if possible 2021-11-25 09:19:59 +01:00
qemu_alias.h qemu_alias: change return type to void if possible 2021-11-25 09:19:59 +01:00
qemu_backup.c qemu: remove ignore_value for qemuDomainObjExitMonitor 2021-12-01 10:56:58 +01:00
qemu_backup.h
qemu_block.c qemu: remove ignore_value for qemuDomainObjExitMonitor 2021-12-01 10:56:58 +01:00
qemu_block.h
qemu_blockjob.c qemuBlockJobRewriteConfigDiskSource: Add debug statements when skipping disk update 2021-12-01 13:39:47 +01:00
qemu_blockjob.h
qemu_capabilities.c qemu: fill in domain capabilities for TPMs 2021-12-01 12:14:03 +00:00
qemu_capabilities.h qemu: fill in domain capabilities for TPMs 2021-12-01 12:14:03 +00:00
qemu_capspriv.h qemu: Invalidate capabilities cache on host cpuid mismatch 2021-11-05 17:12:25 +01:00
qemu_cgroup.c qemu: Remove 'else' branches after 'return' or 'goto' 2021-11-24 15:54:20 +01:00
qemu_cgroup.h
qemu_checkpoint.c qemuCheckpointGetXMLDescUpdateSize: Don't combine automatic freeing with manual 2021-12-01 13:53:11 +01:00
qemu_checkpoint.h
qemu_command.c qemu: Fix validation of PCI option rom settings on hotplug 2021-11-26 10:02:32 +01:00
qemu_command.h qemuBuildStorageSourceAttachPrepare(Drive|Chardev): Unexport 2021-11-19 12:38:34 +01:00
qemu_conf.c qemu: Remove 'else' branches after 'return' or 'goto' 2021-11-24 15:54:20 +01:00
qemu_conf.h
qemu_dbus.c
qemu_dbus.h
qemu_domain_address.c qemu: Remove 'else' branches after 'return' or 'goto' 2021-11-24 15:54:20 +01:00
qemu_domain_address.h qemuDomainEnsurePCIAddress: Don't pass virQEMUDriver explicitly 2021-11-19 12:38:34 +01:00
qemu_domain.c Switch away from virHashFree 2021-12-01 13:53:12 +01:00
qemu_domain.h qemu_domainjob: move jobs_queued to struct qemuDomainJobObj 2021-12-01 12:45:40 +01:00
qemu_domainjob.c qemu_domainjob: move jobs_queued to struct qemuDomainJobObj 2021-12-01 12:45:40 +01:00
qemu_domainjob.h qemu_domainjob: move jobs_queued to struct qemuDomainJobObj 2021-12-01 12:45:40 +01:00
qemu_driver.c qemuConnectGetAllDomainStats: Simplify qemuDomainGetStats() error handling 2021-12-02 16:57:44 +01:00
qemu_driver.h
qemu_extdevice.c qemu: Revert "qemuExtDevicesStart: pass logManager" 2021-10-12 14:12:11 +02:00
qemu_extdevice.h qemu: Revert "qemuExtDevicesStart: pass logManager" 2021-10-12 14:12:11 +02:00
qemu_firmware.c qemu: firmware: Store machine types as a NULL-terminated string list 2021-08-09 10:09:00 +02:00
qemu_firmware.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: hotplug: Use automatic freeing for virJSONValue 2021-12-07 09:00:39 +01:00
qemu_hotplug.h qemu: export vhost-user-fs-related functions 2021-10-06 12:03:12 +02:00
qemu_interface.c
qemu_interface.h
qemu_interop_config.c meson: Introduce qemu_datadir option 2021-11-18 15:48:59 +01:00
qemu_interop_config.h
qemu_migration_cookie.c qemu: do not check return value of qemuDomainObjExitMonitor 2021-12-01 10:56:58 +01:00
qemu_migration_cookie.h qemu: migration: Don't transfer 'allowReboot' flag 2021-08-25 15:32:44 +02:00
qemu_migration_params.c qemu: do not check return value of qemuDomainObjExitMonitor 2021-12-01 10:56:58 +01:00
qemu_migration_params.h
qemu_migration_paramspriv.h
qemu_migration.c qemuMigrationSrcFetchMirrorStats: Automatically free GHashTable 2021-12-01 13:53:11 +01:00
qemu_migration.h
qemu_monitor_json.c util: virhash: Replace 'virHashDataFree' by 'GDestroyNotify' 2021-12-01 13:53:12 +01:00
qemu_monitor_json.h qemuMonitorJSONQueryBlockstats: query stats for helper images 2021-11-04 10:55:28 +01:00
qemu_monitor_priv.h
qemu_monitor_text.c qemu_monitor: remove unused load snapshot code 2021-11-23 16:03:07 +01:00
qemu_monitor_text.h qemu_monitor: remove unused load snapshot code 2021-11-23 16:03:07 +01:00
qemu_monitor.c qemu_monitor: remove unused load snapshot code 2021-11-23 16:03:07 +01:00
qemu_monitor.h qemu_monitor: remove unused load snapshot code 2021-11-23 16:03:07 +01:00
qemu_namespace.c conf: Properly instantiate virDomainChrSourceDef in virDomainTPMDef 2021-11-19 12:38:35 +01:00
qemu_namespace.h
qemu_process.c qemuProcessRefreshLegacyBlockjobs: Automatically free GHashTable and refactor cleanup 2021-12-01 13:53:11 +01:00
qemu_process.h qemu: Remove 'qemuBuildCommandLineFlags' and associated code 2021-10-12 10:26:00 +02:00
qemu_processpriv.h
qemu_qapi.c virQEMUQAPISchemaTraverseEnum: Allow query of enume type features 2021-11-01 17:37:15 +01:00
qemu_qapi.h
qemu_saveimage.c lib: Drop some needless labels 2021-12-03 17:19:35 +01:00
qemu_saveimage.h
qemu_security.c qemu: Set label on vhostuser net device when hotplugging 2021-08-26 16:06:45 -06:00
qemu_security.h qemu: Set label on vhostuser net device when hotplugging 2021-08-26 16:06:45 -06:00
qemu_shim.c
qemu_slirp.c
qemu_slirp.h
qemu_snapshot.c qemu_snapshot: revert: move inactive snapshot to separate function 2021-12-03 12:00:50 +01:00
qemu_snapshot.h
qemu_tpm.c util: don't export virTPMEmulatorInit method 2021-12-01 12:14:03 +00:00
qemu_tpm.h
qemu_validate.c qemu: Fix validation of PCI option rom settings on hotplug 2021-11-26 10:02:32 +01:00
qemu_validate.h qemu: Reject 'rename-restart' action for 'on_reboot'/'on_poweroff'/'on_crash' 2021-08-25 15:32:44 +02:00
qemu_vhost_user_gpu.c
qemu_vhost_user_gpu.h
qemu_vhost_user.c
qemu_vhost_user.h
qemu_virtiofs.c lib: Drop needless one line labels 2021-11-22 12:39:59 +01:00
qemu_virtiofs.h qemu: virtiofs: open a separate connection to virtlogd 2021-10-12 14:12:11 +02:00
qemu.conf qemu: conf: simplify seccomp_sandbox comment 2021-09-27 10:11:21 +02:00
test_libvirtd_qemu.aug.in
THREADS.txt qemu: turn qemuDomainObjExitMonitor into void 2021-12-01 10:56:58 +01:00
virtqemud.init.in
virtqemud.service.in qemu, xen: add missing deps on virtlockd/virtlogd sockets 2021-08-31 13:40:33 +01:00
virtqemud.sysconf