]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Allow setting pinning of emulator/iohtread with automatic placement
authorPeter Krempa <pkrempa@redhat.com>
Wed, 24 Feb 2016 13:40:51 +0000 (14:40 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 1 Mar 2016 09:45:52 +0000 (10:45 +0100)
commitd1277de226a4f840df0c20a9931a2c009b505d25
treee4278213c99b09b099bb48b316b11b7c453f543f
parent937ebba00e1bbbb7f67e00f5522511e6e650fd0a
qemu: Allow setting pinning of emulator/iohtread with automatic placement

We honour the placement bitmaps when starting up, so there's no point in
having this check. Additionally the check was buggy since it checked
vm->def all the time even if the user requested to modify the persistent
definition which had different configuration.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1308317
src/qemu/qemu_driver.c