Hi, > +#define GEN_PCIE_DOWNSTREAM_PORT_VENDOR_ID 0x1b36 > +#define GEN_PCIE_DOWNSTREAM_PORT_DEVICE_ID 0x0016
These #defines are maintained in include/hw/pci/pci.h, please add them there next to the existing ones. Also make sure to update docs/specs/pci-ids.rst when allocating a new ID from the range for qemu. take care, Gerd
