libvirt/src/qemu
Ján Tomko 1d1c5ecd13 Free job statistics from the migration cookie
==404== 232 bytes in 1 blocks are definitely lost in loss record 669 of 758
==404==    at 0x4C2B934: calloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==404==    by 0x52A2BF3: virAlloc (viralloc.c:144)
==404==    by 0x1D49AD70: qemuMigrationCookieAddStatistics (qemu_migration.c:554)
==404==    by 0x1D49AD70: qemuMigrationBakeCookie (qemu_migration.c:1228)
==404==    by 0x1D4A43B8: qemuMigrationFinish (qemu_migration.c:5002)
==404==    by 0x1D4C9339: qemuDomainMigrateFinish3Params (qemu_driver.c:11526)

Introduced by commit 5d6fb96
2014-11-06 13:52: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: Automatically create NVRAM store 2014-09-10 09:38:07 +02:00
MIGRATION.txt
qemu_agent.c qemu_agent: Produce more readable error messages 2014-10-28 20:06:27 +01:00
qemu_agent.h
qemu_capabilities.c qemu: make sure capability probing process can start 2014-11-03 16:43:23 +01:00
qemu_capabilities.h qemu: better error message when block job can't succeed 2014-10-29 14:57:44 -06:00
qemu_cgroup.c qemu: unref cfg after TerminateMachine has been called 2014-10-21 13:54:09 +02:00
qemu_cgroup.h qemu: use systemd's TerminateMachine to kill all processes 2014-10-01 20:17:46 +02:00
qemu_command.c Memory: Use consistent type for all memory elements. 2014-11-05 14:21:15 +01:00
qemu_command.h qemu: make advice from numad available when building commandline 2014-11-03 16:43:22 +01:00
qemu_conf.c conf: Check whether migration_address is localhost 2014-10-15 09:25:33 +02:00
qemu_conf.h qemu: fix crash with shared disks 2014-09-18 09:05:21 +02:00
qemu_domain.c qemu: avoid rare race when undefining domain 2014-11-03 16:43:23 +01:00
qemu_domain.h qemu: setup infrastructure to handle NIC_RX_FILTER_CHANGED event 2014-10-06 13:50:57 -04:00
qemu_driver.c qemuDomainUpdateDeviceConfig: Allow startupPolicy update 2014-11-05 18:34:08 +01:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c hotplug: fix char device detach 2014-11-01 16:18:34 +01:00
qemu_hotplug.h qemu: Remove need for virConnectPtr in hotunplug detach host, net 2014-10-06 10:35:26 -04:00
qemu_hotplugpriv.h
qemu_migration.c Free job statistics from the migration cookie 2014-11-06 13:52:33 +01:00
qemu_migration.h qemu: Memory pre-pinning support for RDMA migration 2014-09-23 08:11:50 +02:00
qemu_monitor_json.c qemu: monitor: Add functions for object hot-add/remove 2014-10-15 10:27:50 +02:00
qemu_monitor_json.h qemu: monitor: Add functions for object hot-add/remove 2014-10-15 10:27:50 +02:00
qemu_monitor_text.c maint: clean up _virDomainMemoryStat 2014-09-17 11:28:48 -06:00
qemu_monitor_text.h
qemu_monitor.c qemu: monitor: Add functions for object hot-add/remove 2014-10-15 10:27:50 +02:00
qemu_monitor.h qemu: monitor: Add functions for object hot-add/remove 2014-10-15 10:27:50 +02:00
qemu_process.c qemu: make advice from numad available when building commandline 2014-11-03 16:43:22 +01:00
qemu_process.h qemu: Tidy up job handling during live migration 2014-08-14 12:12:42 +02:00
qemu_processpriv.h
qemu.conf conf: Check whether migration_address is localhost 2014-10-15 09:25:33 +02:00
test_libvirtd_qemu.aug.in conf: Check whether migration_address is localhost 2014-10-15 09:25:33 +02:00
THREADS.txt