]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: Clean automatic NUMA/cpu pinning information on shutdown
authorPeter Krempa <pkrempa@redhat.com>
Tue, 25 Apr 2017 13:17:34 +0000 (15:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 28 Apr 2017 07:26:24 +0000 (09:26 +0200)
commit1730cdc665a499afc28683a4ce21493f967411b7
treef2a29b0eed317ce214f6bd26133894216bc73e8c
parent5ade0ff90581cddce71dd40840ca72f87825cb54
qemu: process: Clean automatic NUMA/cpu pinning information on shutdown

Clean the stale data after shutting down the VM. Otherwise the data
would be leaked on next VM start. This happens due to the fact that the
private data object is not freed on destroy of the VM.
src/qemu/qemu_process.c