Re: [Qemu-devel] [PATCH v3] fix info qtree indention

2012-08-23 Thread Gerd Hoffmann
On 08/15/12 10:26, Gerd Hoffmann wrote: > On 08/07/12 08:27, Gerd Hoffmann wrote: >> Without the patch bus properties are are not in line with the other >> properties: >> >> [ ... ] >> dev: fw_cfg, id "" >> ctl_iobase = 0x510 >> data_iobase = 0x511 >> irq 0 >> mmio fff

Re: [Qemu-devel] [PATCH v3] fix info qtree indention

2012-08-15 Thread Gerd Hoffmann
On 08/07/12 08:27, Gerd Hoffmann wrote: > Without the patch bus properties are are not in line with the other > properties: > > [ ... ] > dev: fw_cfg, id "" > ctl_iobase = 0x510 > data_iobase = 0x511 > irq 0 > mmio /0002 > mmio ff

[Qemu-devel] [PATCH v3] fix info qtree indention

2012-08-06 Thread Gerd Hoffmann
Without the patch bus properties are are not in line with the other properties: [ ... ] dev: fw_cfg, id "" ctl_iobase = 0x510 data_iobase = 0x511 irq 0 mmio /0002 mmio /0001 [ ... ] With the patch applied everythi