libvirt/src/qemu
Peter Krempa fb58f8e2a4 qemu: Don't corrupt pointer in qemuDomainSaveMemory()
The code that was split out into the qemuDomainSaveMemory expands the
pointer containing the XML description of the domain that it gets from
higher layers. If the pointer changes the old one is invalid and the
upper layer function tries to free it causing an abort.

This patch changes the expansion of the original string to a new
allocation and copy of the contents.
2012-11-06 14:45:27 +01:00
..
libvirtd_qemu.aug qemu: conf: add seccomp_sandbox option 2012-09-18 15:43:28 +08:00
MIGRATION.txt
qemu_agent.c Move virProcessKill into virprocess.{h,c} 2012-09-26 10:09:57 +01:00
qemu_agent.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_bridge_filter.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_bridge_filter.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_capabilities.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
qemu_capabilities.h Make non-KVM machines work with QMP probing 2012-10-31 08:31:49 +01:00
qemu_cgroup.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
qemu_cgroup.h qemu: Keep the affinity when creating cgroup for emulator thread 2012-10-24 21:46:24 +08:00
qemu_command.c qemu: Add controllers in specified order 2012-11-06 10:11:34 +01:00
qemu_command.h Remove probing of machine types when canonicalizing XML 2012-09-27 10:24:52 +01:00
qemu_conf.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
qemu_conf.h locking: Pass hypervisor driver name when acquiring locks 2012-10-11 14:41:42 +02:00
qemu_domain.c snapshot: qemu: Add async job type for snapshots 2012-11-03 14:57:43 +01:00
qemu_domain.h snapshot: qemu: Add async job type for snapshots 2012-11-03 14:57:43 +01:00
qemu_driver.c qemu: Don't corrupt pointer in qemuDomainSaveMemory() 2012-11-06 14:45:27 +01:00
qemu_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_hostdev.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
qemu_hostdev.h qemu: Implement startupPolicy for USB passed through devices 2012-10-11 15:11:42 +02:00
qemu_hotplug.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
qemu_hotplug.h qemu: reorganize qemuDomainChangeNet and qemuDomainChangeNetBridge 2012-10-15 04:36:39 -04:00
qemu_migration.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
qemu_migration.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_monitor_json.c qemu: Fix name comparison in qemuMonitorJSONBlockIoThrottleInfo() 2012-11-01 13:23:27 -06:00
qemu_monitor_json.h Make non-KVM machines work with QMP probing 2012-10-31 08:31:49 +01:00
qemu_monitor_text.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
qemu_monitor_text.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_monitor.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
qemu_monitor.h Make non-KVM machines work with QMP probing 2012-10-31 08:31:49 +01:00
qemu_process.c snapshot: qemu: Add async job type for snapshots 2012-11-03 14:57:43 +01:00
qemu_process.h qemu: Add helper to prepare cpumap for affinity setting 2012-10-24 21:24:10 +08:00
qemu.conf doc: update description about user/group in qemu.conf 2012-10-09 08:38:36 -06:00
test_libvirtd_qemu.aug.in Fix the augea test for qemu libvirtd options 2012-09-18 16:28:43 +08:00
THREADS.txt