Re: [libvirt] [PATCH] qemu: fix wrong nodeset info when numatune placement is auto

2015-10-28 Thread lhuang
On 10/29/2015 04:54 AM, John Ferlan wrote: On 10/12/2015 05:28 AM, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1270715 Since commit 9deb96f remove check the nodeset from cgroup for a running vm, the numatune nodeset reporting for those guest numatune placement is auto is

Re: [libvirt] [PATCH] qemu: fix wrong nodeset info when numatune placement is auto

2015-10-28 Thread John Ferlan
On 10/12/2015 05:28 AM, Luyao Huang wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1270715 > > Since commit 9deb96f remove check the nodeset from cgroup for > a running vm, the numatune nodeset reporting for those guest > numatune placement is auto is not right. Pass the autonodeset > to

[libvirt] [PATCH] qemu: fix wrong nodeset info when numatune placement is auto

2015-10-12 Thread Luyao Huang
https://bugzilla.redhat.com/show_bug.cgi?id=1270715 Since commit 9deb96f remove check the nodeset from cgroup for a running vm, the numatune nodeset reporting for those guest numatune placement is auto is not right. Pass the autonodeset to virDomainNumatuneFormatNodeset() to fix this.