Re: [libvirt] [PATCH] qemu: Fix emulator affinity

2012-10-19 Thread Martin Kletzander
On 10/19/2012 06:02 AM, Osier Yang wrote: On 2012年10月18日 21:51, Martin Kletzander wrote: Commit ba63d8f7d843461f77a8206c1ef9da38388713e5 introduced a bug that makes machines, that don't have either cpuset invcpu or emulatorpin specified, fail. Because the function that sets affinity is

[libvirt] [PATCH] qemu: Fix emulator affinity

2012-10-18 Thread Martin Kletzander
Commit ba63d8f7d843461f77a8206c1ef9da38388713e5 introduced a bug that makes machines, that don't have either cpuset in vcpu or emulatorpin specified, fail. Because the function that sets affinity is called without any check, the function must not fail unless there is an error. ---

Re: [libvirt] [PATCH] qemu: Fix emulator affinity

2012-10-18 Thread Michal Privoznik
On 18.10.2012 15:51, Martin Kletzander wrote: Commit ba63d8f7d843461f77a8206c1ef9da38388713e5 introduced a bug that makes machines, that don't have either cpuset in vcpu or emulatorpin specified, fail. Because the function that sets affinity is called without any check, the function must not

Re: [libvirt] [PATCH] qemu: Fix emulator affinity

2012-10-18 Thread Osier Yang
On 2012年10月18日 21:51, Martin Kletzander wrote: Commit ba63d8f7d843461f77a8206c1ef9da38388713e5 introduced a bug that makes machines, that don't have either cpuset invcpu or emulatorpin specified, fail. Because the function that sets affinity is called without any check, the function must not