From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XlCfS-0000zq-W0 for mharc-qemu-trivial@gnu.org; Mon, 03 Nov 2014 03:07:14 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlCfM-0000rt-Q6 for qemu-trivial@nongnu.org; Mon, 03 Nov 2014 03:07:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlCfI-0005F2-Bz for qemu-trivial@nongnu.org; Mon, 03 Nov 2014 03:07:08 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:42685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlCf9-0004yY-9L; Mon, 03 Nov 2014 03:06:55 -0500 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 76C77404DE; Mon, 3 Nov 2014 11:06:46 +0300 (MSK) Message-ID: <54573796.1010909@msgid.tls.msk.ru> Date: Mon, 03 Nov 2014 11:06:46 +0300 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-Version: 1.0 To: Markus Armbruster References: <1413535838-11000-1-git-send-email-zhang.zhanghailiang@huawei.com> <5440DB35.9020507@huawei.com> <54484C88.3070305@huawei.com> <544E12FB.6070904@huawei.com> <20141027084659.13cbdf8a@redhat.com> <5451F52A.7050305@huawei.com> <5455D735.2030202@msgid.tls.msk.ru> <8761ew3egf.fsf@blackfin.pond.sub.org> In-Reply-To: <8761ew3egf.fsf@blackfin.pond.sub.org> OpenPGP: id=804465C5 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: zhanghailiang , qemu-trivial@nongnu.org, luonengjun@huawei.com, qemu-devel@nongnu.org, peter.huangpeng@huawei.com, Gonglei , pbonzini@redhat.com, imammedo@redhat.com, Luiz Capitulino Subject: Re: [Qemu-trivial] [PATCH v6] numa: make 'info numa' take into account hotplugged memory X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2014 08:07:13 -0000 03.11.2014 10:56, Markus Armbruster wrote: > Michael Tokarev writes: [] >> I'm not sure this qualifies as -trivial really. Yes the change >> does not affect anything but the `info' command, and is rather >> simple, but... I'm not sure. > > Fortunately, monitor.c got a maintainer. Luiz, would you be willing to > shepherd this patch? He already replied to that, that's why the whole thing has been Cc'd to -trivial: """I can, but I don't have bandwidth for another pull request for v2.2 unless it's a fix for a blocker. This means you have two options, wait for v2.3 or find another tree to merge this.""" (http://patchwork.ozlabs.org/patch/400457/) Thanks, /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlCfD-0000fS-TK for qemu-devel@nongnu.org; Mon, 03 Nov 2014 03:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlCf9-0005Dp-GM for qemu-devel@nongnu.org; Mon, 03 Nov 2014 03:06:59 -0500 Message-ID: <54573796.1010909@msgid.tls.msk.ru> Date: Mon, 03 Nov 2014 11:06:46 +0300 From: Michael Tokarev MIME-Version: 1.0 References: <1413535838-11000-1-git-send-email-zhang.zhanghailiang@huawei.com> <5440DB35.9020507@huawei.com> <54484C88.3070305@huawei.com> <544E12FB.6070904@huawei.com> <20141027084659.13cbdf8a@redhat.com> <5451F52A.7050305@huawei.com> <5455D735.2030202@msgid.tls.msk.ru> <8761ew3egf.fsf@blackfin.pond.sub.org> In-Reply-To: <8761ew3egf.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6] numa: make 'info numa' take into account hotplugged memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: zhanghailiang , qemu-trivial@nongnu.org, luonengjun@huawei.com, qemu-devel@nongnu.org, peter.huangpeng@huawei.com, Gonglei , pbonzini@redhat.com, imammedo@redhat.com, Luiz Capitulino 03.11.2014 10:56, Markus Armbruster wrote: > Michael Tokarev writes: [] >> I'm not sure this qualifies as -trivial really. Yes the change >> does not affect anything but the `info' command, and is rather >> simple, but... I'm not sure. > > Fortunately, monitor.c got a maintainer. Luiz, would you be willing to > shepherd this patch? He already replied to that, that's why the whole thing has been Cc'd to -trivial: """I can, but I don't have bandwidth for another pull request for v2.2 unless it's a fix for a blocker. This means you have two options, wait for v2.3 or find another tree to merge this.""" (http://patchwork.ozlabs.org/patch/400457/) Thanks, /mjt