Re: [Qemu-devel] [PATCH] qom: add option -dt-printf wich writes DeviceClass hierarchy in file

2016-07-13 Thread Andreas Färber
Am 13.07.2016 um 17:30 schrieb goremykin: > Andreas Färber писал 2016-07-12 18:41: >> Am 12.07.2016 um 17:33 schrieb goremy...@ispras.ru: >>> From: goremykin >>> >>> Option -dt-printf 'file' writes Device Tree (DiveceClass hierarchy) to >>> 'file' using Json format. This

Re: [Qemu-devel] [PATCH] qom: add option -dt-printf wich writes DeviceClass hierarchy in file

2016-07-13 Thread Peter Maydell
On 13 July 2016 at 16:30, goremykin wrote: > We are developing automatic boards and device templates creation tools. It > would be better if I get DeviceClass hierarchy without QEMU running, but > it's unachievable due to implementation of QEMU device registration. > External

Re: [Qemu-devel] [PATCH] qom: add option -dt-printf wich writes DeviceClass hierarchy in file

2016-07-13 Thread goremykin
Andreas Färber писал 2016-07-12 18:41: Am 12.07.2016 um 17:33 schrieb goremy...@ispras.ru: From: goremykin Option -dt-printf 'file' writes Device Tree (DiveceClass hierarchy) to 'file' using Json format. This helps developers visualize the hierarchy of DeviceClass

Re: [Qemu-devel] [PATCH] qom: add option -dt-printf wich writes DeviceClass hierarchy in file

2016-07-12 Thread Peter Maydell
On 12 July 2016 at 17:18, Andreas Färber wrote: > Am 12.07.2016 um 18:15 schrieb Peter Maydell: >> On 12 July 2016 at 16:33, wrote: >>> From: goremykin >>> >>> Option -dt-printf 'file' writes Device Tree (DiveceClass hierarchy)

Re: [Qemu-devel] [PATCH] qom: add option -dt-printf wich writes DeviceClass hierarchy in file

2016-07-12 Thread Andreas Färber
Am 12.07.2016 um 18:15 schrieb Peter Maydell: > On 12 July 2016 at 16:33, wrote: >> From: goremykin >> >> Option -dt-printf 'file' writes Device Tree (DiveceClass hierarchy) to >> 'file' using Json format. This helps developers visualize the

Re: [Qemu-devel] [PATCH] qom: add option -dt-printf wich writes DeviceClass hierarchy in file

2016-07-12 Thread Peter Maydell
On 12 July 2016 at 16:33, wrote: > From: goremykin > > Option -dt-printf 'file' writes Device Tree (DiveceClass hierarchy) to > 'file' using Json format. This helps developers visualize the hierarchy > of DeviceClass and its properties. Is there a

[Qemu-devel] [PATCH] qom: add option -dt-printf wich writes DeviceClass hierarchy in file

2016-07-12 Thread goremykin
From: goremykin Option -dt-printf 'file' writes Device Tree (DiveceClass hierarchy) to 'file' using Json format. This helps developers visualize the hierarchy of DeviceClass and its properties. Signed-off-by: Oleg Goremykin ---

Re: [Qemu-devel] [PATCH] qom: add option -dt-printf wich writes DeviceClass hierarchy in file

2016-07-12 Thread Andreas Färber
Am 12.07.2016 um 17:33 schrieb goremy...@ispras.ru: > From: goremykin > > Option -dt-printf 'file' writes Device Tree (DiveceClass hierarchy) to > 'file' using Json format. This helps developers visualize the hierarchy > of DeviceClass and its properties. > >