libvirt/src/qemu
Peter Krempa 4b57f76502 qemu: Don't steal pointers from 'persistentDef' in qemuDomainGetBlockIoTune
While the code path that queries the monitor allocates a separate copy
of the 'group_name' string the path querying the config would not copy
it. The call to virTypedParameterAssign would then steal the pointer
(without clearing it) and the RPC layer freed it. Any subsequent call
resulted into a crash.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1433183
2017-03-17 11:12:33 +01:00
..
EVENTHANDLERS.txt qemu: add short document on qemu event handlers 2014-10-06 13:50:57 -04:00
libvirtd_qemu.aug qemu_conf: Add param memory_backing_dir 2017-02-09 14:27:19 +01:00
MIGRATION.txt doc: fix writing of QEMU 2017-03-08 17:33:07 +01:00
qemu_agent.c qemu: agent: take monitor lock in qemuAgentNotifyEvent 2016-12-12 17:14:11 -05:00
qemu_agent.h qemu: agent: Make setting of vcpus more robust 2016-06-22 09:26:08 +02:00
qemu_alias.c qemu: Implement NVDIMM 2017-03-15 14:16:32 +01:00
qemu_alias.h qemu: Rename qemuAliasTLSObjFromChardevAlias 2017-02-22 06:31:40 -05:00
qemu_blockjob.c qemu_blockjob: Avoid dereferencing NULL on OOM 2017-02-09 11:48:10 +01:00
qemu_blockjob.h qemu: Use domain condition for synchronous block jobs 2015-06-19 15:15:10 +02:00
qemu_capabilities.c qemu: skip QMP probing of CPU definitions when missing 2017-03-17 10:51:49 +01:00
qemu_capabilities.h qemu: skip QMP probing of CPU definitions when missing 2017-03-17 10:51:49 +01:00
qemu_capspriv.h qemu: Report better host-model CPUs in domain caps 2017-03-13 23:49:57 +01:00
qemu_cgroup.c qemu: Allow nvdimm in devices CGroups 2017-03-15 16:55:30 +01:00
qemu_cgroup.h qemu: Allow nvdimm in devices CGroups 2017-03-15 16:55:30 +01:00
qemu_command.c qemu: Add support for generic PCIe Root Ports 2017-03-17 10:06:11 +01:00
qemu_command.h qemuBuildMemoryBackendStr: Reorder args and update comment 2017-03-15 10:49:19 +01:00
qemu_conf.c qemu: Enforce qemuSecurity wrappers 2017-03-06 08:54:28 +01:00
qemu_conf.h qemu_conf: Check for namespaces availability more wisely 2017-02-15 12:43:23 +01:00
qemu_domain_address.c qemu: Use generic PCIe Root Ports by default when available 2017-03-17 10:06:11 +01:00
qemu_domain_address.h qemu: propagate virQEMUDriver object to qemuDomainDeviceCalculatePCIConnectFlags 2016-11-30 15:28:07 -05:00
qemu_domain.c qemu: Namespaces for NVDIMM 2017-03-15 17:04:33 +01:00
qemu_domain.h qemu: Namespaces for NVDIMM 2017-03-15 17:04:33 +01:00
qemu_driver.c qemu: Don't steal pointers from 'persistentDef' in qemuDomainGetBlockIoTune 2017-03-17 11:12:33 +01:00
qemu_driver.h
qemu_hostdev.c qemu: Add vhost-scsi string for -device parameter 2016-11-24 12:16:19 -05:00
qemu_hostdev.h qemu: Add vhost-scsi string for -device parameter 2016-11-24 12:16:19 -05:00
qemu_hotplug.c qemu: Namespaces for NVDIMM 2017-03-15 17:04:33 +01:00
qemu_hotplug.h qemu: Introduce qemuDomainGetTLSObjects 2017-03-08 14:31:10 -05:00
qemu_hotplugpriv.h
qemu_interface.c qemu: propagate bridge MTU into qemu "host_mtu" option 2017-02-07 14:02:19 -05:00
qemu_interface.h qemu: propagate bridge MTU into qemu "host_mtu" option 2017-02-07 14:02:19 -05:00
qemu_migration.c qemu: Enforce qemuSecurity wrappers 2017-03-06 08:54:28 +01:00
qemu_migration.h qemu: Implement auto convergence migration parameters 2016-06-22 15:54:21 +02:00
qemu_monitor_json.c qemu: Use full CPU model expansion on x86 2017-03-03 19:57:57 +01:00
qemu_monitor_json.h qemu: Use enum for CPU model expansion type 2017-03-03 19:57:57 +01:00
qemu_monitor_text.c qemu: catch failure of drive_add 2017-01-19 10:56:53 +00:00
qemu_monitor_text.h qemu: monitor: Return struct from qemuMonitor(Text|Json)QueryCPUs 2016-08-24 15:44:47 -04:00
qemu_monitor.c qemu: Adaptive timeout for connecting to monitor 2017-03-16 09:21:39 +01:00
qemu_monitor.h qemu: Adaptive timeout for connecting to monitor 2017-03-16 09:21:39 +01:00
qemu_parse_command.c doc: fix writing of QEMU 2017-03-08 17:33:07 +01:00
qemu_parse_command.h qemu: parse: rename qemuCaps->caps 2016-02-19 09:45:23 -05:00
qemu_process.c qemu: Adaptive timeout for connecting to monitor 2017-03-16 09:21:39 +01:00
qemu_process.h qemu: Use proper async job to refresh virtio channels 2016-06-30 09:41:39 +02:00
qemu_processpriv.h
qemu_security.c qemu_hotplug: Relabel memdev 2017-03-15 16:55:23 +01:00
qemu_security.h qemu_hotplug: Relabel memdev 2017-03-15 16:55:23 +01:00
qemu.conf doc: fix writing of QEMU 2017-03-08 17:33:07 +01:00
test_libvirtd_qemu.aug.in qemuDomainGetHostdevPath: Create /dev/vfio/vfio iff needed 2017-02-20 07:21:58 +01:00
THREADS.txt doc: fix writing of QEMU 2017-03-08 17:33:07 +01:00