]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: vcpupin: Don't overwrite errors from functions setting pinning
authorPeter Krempa <pkrempa@redhat.com>
Fri, 12 Feb 2016 05:54:41 +0000 (06:54 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 19 Feb 2016 14:23:54 +0000 (15:23 +0100)
commit471741309d650ce30244aa02fe8d86a9738cc251
tree886f2628269b35ec22bd7db29a58b2a95161b9cf
parent9268b9ad48990757ce12e03831e2148a963ff0aa
qemu: vcpupin: Don't overwrite errors from functions setting pinning

Both errors from the cgroups code and from the affinity code would be
overwritten by the API. Report the more specific error.
src/qemu/qemu_driver.c