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