]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Use numad information when getting pin information
authorMartin Kletzander <mkletzan@redhat.com>
Sun, 26 Jul 2015 16:49:02 +0000 (18:49 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 13 Aug 2015 13:06:06 +0000 (15:06 +0200)
commit776924e37649f2d47acd805746d5fd9325212ea5
tree62669a12ef6378063884522ba8a6ae5b1b3b2a2f
parent8ce86722d78d8b2a1e7d9cb29571beb791c9f3d7
qemu: Use numad information when getting pin information

Pinning information returned for emulatorpin and vcpupin calls is being
returned from our data without querying cgroups for some time.  However,
not all the data were utilized.  When automatic placement is used the
information is not returned for the calls mentioned above.  Since the
numad hint in private data is properly saved/restored, we can safely use
it to return true information.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1162947

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_driver.c