Re: [libvirt] [PATCH] qemu: fix fail to start vm with one cell use memdev and another not

2015-01-16 Thread Peter Krempa
On Fri, Jan 16, 2015 at 10:12:49 +0800, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1182467 We changed our build numa qemu cmd line way in f309db, But qemu cannot accept one cell use memdev and another not, so this cause a issue when we start a vm with one cell have

Re: [libvirt] [PATCH] qemu: fix fail to start vm with one cell use memdev and another not

2015-01-16 Thread Michal Privoznik
On 16.01.2015 03:12, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1182467 We changed our build numa qemu cmd line way in f309db, But qemu cannot accept one cell use memdev and another not, so this cause a issue when we start a vm with one cell have hugpage or nodemask

Re: [libvirt] [PATCH] qemu: fix fail to start vm with one cell use memdev and another not

2015-01-16 Thread lhuang
On 01/16/2015 04:54 PM, Michal Privoznik wrote: On 16.01.2015 03:12, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1182467 We changed our build numa qemu cmd line way in f309db, But qemu cannot accept one cell use memdev and another not, so this cause a issue when we start a

Re: [libvirt] [PATCH] qemu: fix fail to start vm with one cell use memdev and another not

2015-01-16 Thread lhuang
On 01/16/2015 04:48 PM, Peter Krempa wrote: On Fri, Jan 16, 2015 at 10:12:49 +0800, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1182467 We changed our build numa qemu cmd line way in f309db, But qemu cannot accept one cell use memdev and another not, so this cause a issue

Re: [libvirt] [PATCH] qemu: fix fail to start vm with one cell use memdev and another not

2015-01-16 Thread Michal Privoznik
On 16.01.2015 10:49, lhuang wrote: On 01/16/2015 04:54 PM, Michal Privoznik wrote: On 16.01.2015 03:12, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1182467 We changed our build numa qemu cmd line way in f309db, But qemu cannot accept one cell use memdev and another not,

[libvirt] [PATCH] qemu: fix fail to start vm with one cell use memdev and another not

2015-01-15 Thread Luyao Huang
https://bugzilla.redhat.com/show_bug.cgi?id=1182467 We changed our build numa qemu cmd line way in f309db, But qemu cannot accept one cell use memdev and another not, so this cause a issue when we start a vm with one cell have hugpage or nodemask settings and others not. After this patch we will