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
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
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
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
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