Re: [Qemu-devel] [PATCH v1 0/5]: Convert pci_info() to QObject

2010-01-18 Thread Markus Armbruster
Luiz Capitulino writes: > Hi, > > This is a new version of the pci_info() conversion. > > changelog > - > > V0 -> V1 > > - Coding style fixes > - Make 'BAR' and 'IRQ' keys lowercase > - Add 'irq' key to the documentation > > Thanks. PATCH 3/5 regresses info pci, 4/5 and 5/5 fix it. D

[Qemu-devel] [PATCH v1 0/5]: Convert pci_info() to QObject

2010-01-08 Thread Luiz Capitulino
Hi, This is a new version of the pci_info() conversion. changelog - V0 -> V1 - Coding style fixes - Make 'BAR' and 'IRQ' keys lowercase - Add 'irq' key to the documentation Thanks.