Re: [Qemu-devel] [RFC,PATCH 04/11] qdev: pcibus_dev_info
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
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