]> 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)
committerCole Robinson <crobinso@redhat.com>
Wed, 10 May 2017 22:02:39 +0000 (18:02 -0400)
commit0b99253a4b90ba28779a394bb6be3ae52e85e19f
treedc5cd8aa5964d95fb09fefa2e6818f61b51aafd3
parent26dc51efc83025f88672fbf735ce3140c62dec23
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.

(cherry picked from commit 1730cdc665a499afc28683a4ce21493f967411b7)
src/qemu/qemu_process.c