Re: [Qemu-devel] [RFC,PATCH 04/11] qdev: pcibus_dev_info

2010-01-15 Thread Markus Armbruster
Nathan Baum writes: > This returns a QObject detailing the PCI-specific data about the device. > > Signed-off-by: Nathan Baum > --- > hw/pci.c | 48 > 1 files changed, 48 insertions(+), 0 deletions(-) > > diff --git a/hw/pci.c b/hw/pci.c > inde

[Qemu-devel] [RFC,PATCH 04/11] qdev: pcibus_dev_info

2009-12-26 Thread Nathan Baum
This returns a QObject detailing the PCI-specific data about the device. Signed-off-by: Nathan Baum --- hw/pci.c | 48 1 files changed, 48 insertions(+), 0 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index 9722fce..8688d8a 100644 --- a/hw/pci