
3 Aug
2015
3 Aug
'15
2:24 a.m.
On 07/31/2015 08:33 PM, Martin Kletzander wrote:
On Mon, Jul 20, 2015 at 05:18:37PM +0800, Luyao Huang wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=1244664
If user disable cpuset in qemu.conf, we shouldn't try to use it, also shouldn't make some command which can work without cpuset cannot work.
Fix these case: 1. start guest with strict numa policy (we can use libnuma help us). 2. Hot add vcpu. 3. hot add iothread.
Signed-off-by: Luyao Huang <lhuang@redhat.com> ---
This looks fine, I'll just adjust the commit message before pushing it. ACK after release since we're in rc2 now and nobody really had a problem with this.
Yes, this is a corner issue, thanks a lot for your review.
Martin
Luyao