Changeset 33419 in vbox for trunk/include
- Timestamp:
- Oct 25, 2010 12:45:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r33314 r33419 428 428 /** Offset of next capability to MSI */ 429 429 uint8_t iMsiNextOffset; 430 /** Value to initialize MSI message control register*/431 uint16_t iMsiFlags;430 /** If we support 64-bit MSI addressing */ 431 bool fMsi64bit; 432 432 433 433 /** Number of MSI-X interrupt vectors, 0 if MSI-X not supported */
Note:
See TracChangeset
for help on using the changeset viewer.