]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: fix regression with pinning
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 24 Aug 2012 15:31:47 +0000 (17:31 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Aug 2012 08:20:42 +0000 (10:20 +0200)
commit16ebec2b7c41e3b4d68545bab6fe010472f1f0be
treec97e7e6cc00a3042959ee29cd3f9d690b48f9480
parent34c5ab9566b901abcdba00f62ff41fd0857e8833
qemu: fix regression with pinning

Commit 4b03d59167f4a4c6ec57def315a61d977466e75b changed the pinning
behavior in a way that makes some machines non-startable.

The comment mentioning that we cannot control each vcpu when there is
not VCPU<-> PID mapping available is true, however, this isn't
necessarily an error, because this can be caused by old QEMU without
support for "query-cpus" command as well as a software emulated
machines that don't create more than one process.
src/qemu/qemu_cgroup.c