Changeset 33314 in vbox for trunk/include
- Timestamp:
- Oct 21, 2010 3:51:17 PM (14 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/msi.h
r33236 r33314 115 115 #define VBOX_MSIX_TABLE_BIROFFSET 0x04 116 116 #define VBOX_MSIX_PBA_BIROFFSET 0x08 117 /* Size of single MSI-X table entry */ 118 #define VBOX_MSIX_ENTRY_SIZE 16 119 117 120 118 121 #endif -
trunk/include/VBox/pci.h
r33236 r33314 518 518 PCIDEVICEINT s; 519 519 #endif 520 char padding[2 56];520 char padding[288]; 521 521 } Int; 522 522 -
trunk/include/VBox/pdmdev.h
r33236 r33314 437 437 /** Offset of next capability to MSI-X */ 438 438 uint8_t iMsixNextOffset; 439 /** Value to initialize MSI-X message control register*/440 uint 16_t iMsixFlags;439 /** Value of PCI BAR (base addresss register) assigned by device for MSI-X page access */ 440 uint8_t iMsixBar; 441 441 } PDMMSIREG; 442 442 typedef PDMMSIREG *PPDMMSIREG;
Note:
See TracChangeset
for help on using the changeset viewer.