On 1/18/22 21:38, Eric Auger wrote:
+
+typedef struct QGenericPCIBus {
+QOSGraphObject obj;
+QPCIBus bus;
+uint64_t gpex_pio_base;
+uint64_t ecam_alloc_ptr;
+} QGenericPCIBus;
+
+/*
+ * qpci_init_generic():
+ * @ret: A valid QGenericPCIBus * pointer
+ * @qts: The %QTestState
+ * @
Up to now the virt-machine node contains a virtio-mmio node.
However no driver produces any PCI interface node. Hence, PCI
tests cannot be run with aarch64 binary.
Add a GPEX driver node that produces a pci interface node. This latter
then can be consumed by all the pci tests. One of the first mot