[Qemu-devel] [PATCH 5/5] PCI: do_pci_info(): PCI bridge devices support

2010-01-20 Thread Luiz Capitulino
This commit completes the do_pci_info() conversion to QObject by adding support to PCI bridge devices. This is done by recursively adding devices in the "pci_bridge" key. IMPORTANT: This code is being added separately because I could NOT test it properly. According to Michael Tsirkin, it depends

[Qemu-devel] [PATCH 5/5] PCI: do_pci_info(): PCI bridge devices support

2010-01-08 Thread Luiz Capitulino
This commit completes the do_pci_info() conversion to QObject by adding support to PCI bridge devices. This is done by recursively adding devices in the "pci_bridge" key. IMPORTANT: This code is being added separately because I could NOT test it properly. According to Michael Tsirkin, it depends

[Qemu-devel] [PATCH 5/5] PCI: do_pci_info(): PCI bridge devices support

2010-01-05 Thread Luiz Capitulino
This commit completes the do_pci_info() conversion to QObject by adding support to PCI bridge devices. This is done by recursively adding devices in the "pci_bridge" key. This code is being added separately because I could not test it properly. According to Michael Tsirkin, it depends on ultraspa