Revision 113f89df hw/pci.h

b/hw/pci.h
433 433
    PCIConfigReadFunc *config_read;
434 434
    PCIConfigWriteFunc *config_write;
435 435

  
436
    uint16_t vendor_id;
437
    uint16_t device_id;
438
    uint8_t revision;
439
    uint16_t class_id;
440
    uint16_t subsystem_vendor_id;       /* only for header type = 0 */
441
    uint16_t subsystem_id;              /* only for header type = 0 */
442

  
436 443
    /*
437 444
     * pci-to-pci bridge or normal device.
438 445
     * This doesn't mean pci host switch.

Also available in: Unified diff