From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWEQz-0003Wy-Kn for qemu-devel@nongnu.org; Thu, 12 Mar 2015 21:30:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWEQu-0001Vh-Ln for qemu-devel@nongnu.org; Thu, 12 Mar 2015 21:30:41 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:52286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWEQt-0001Od-Lr for qemu-devel@nongnu.org; Thu, 12 Mar 2015 21:30:36 -0400 Message-ID: <55023DA6.4040609@huawei.com> Date: Fri, 13 Mar 2015 09:30:14 +0800 From: Gonglei MIME-Version: 1.0 References: <1426178624-32638-1-git-send-email-afaerber@suse.de> In-Reply-To: <1426178624-32638-1-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 0/9] qom: HMP commands to supersede info qtree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org Cc: Paolo Bonzini , Peter Crosthwaite , Hani Benhabiles , Markus Armbruster , Luiz Capitulino On 2015/3/13 0:43, Andreas Färber wrote: > Hello, > > The main patch of this series is an HMP command "info qom-tree", > which displays the machine composition tree. This names all objects, > including those missing in "info qtree" for lack of bus or for not being a device. > > Properties can be listed with "qom-list" and set with "qom-set", like in QMP. > > "qom-get" and displaying properties as part of "info qom-tree" ran into > StringOutputVisitor limitations - this v2 therefore stubs that support out > so that we don't crash. > > This series has been around for a year now; I hope to get at least qom-list and > the basic info qom-tree into v2.3, as visualization of my upcoming CPU changes. > I have been looking forward to these HMP commands are merged. ;) They are coming now... Regards, -Gonglei > Also included are two proposed cleanups of nodes in /machine namespace. > By making it easier to inspect the tree, I hope we'll detect this earlier. > > Regards, > Andreas