]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Forbid pinning vCPUs for TCG domain
authorChen Hanxiao <chenhanxiao@gmail.com>
Sat, 22 Oct 2016 09:49:38 +0000 (17:49 +0800)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 27 Oct 2016 13:21:03 +0000 (15:21 +0200)
commit8b035c84d8a7362a87a95e6114b8e7f959685ed9
treee1ec49beab088220d32ef9bdda90c3a801fcc151
parentdc67d00cd22844dbe4c57134e3ab21abd6742235
qemu: Forbid pinning vCPUs for TCG domain

We don't support cpu pinning for TCG domains because QEMU runs them in
one thread only.  But vcpupin command was able to set them, which
resulted in a failed startup, so make sure that doesn't happen.

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
src/qemu/qemu_driver.c