Re: [Qemu-devel] [PATCH v2 0/9] qom: HMP commands to supersede info qtree

2015-03-17 Thread Andreas Färber
Am 12.03.2015 um 17:43 schrieb Andreas Färber: > Andreas Färber (9): > scripts: Add qom-tree script > qom: Implement qom-list HMP command > qom: Implement qom-set HMP command > qom: Implement info qom-tree HMP command Applied this half. > qapi: Stub out StringOutputVisitor struct suppor

Re: [Qemu-devel] [PATCH v2 0/9] qom: HMP commands to supersede info qtree

2015-03-17 Thread Markus Armbruster
Andreas Färber writes: > 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 "qo

Re: [Qemu-devel] [PATCH v2 0/9] qom: HMP commands to supersede info qtree

2015-03-16 Thread Alistair Francis
On Fri, Mar 13, 2015 at 11:30 AM, Gonglei wrote: > 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 o

Re: [Qemu-devel] [PATCH v2 0/9] qom: HMP commands to supersede info qtree

2015-03-12 Thread Gonglei
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

[Qemu-devel] [PATCH v2 0/9] qom: HMP commands to supersede info qtree

2015-03-12 Thread Andreas Färber
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