Changeset 81136 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 8, 2019 8:26:49 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IOMInternal.h
r81056 r81136 180 180 /** Same as the handle index. */ 181 181 uint16_t idxSelf; 182 /** IOM_IOPORT_F_XXX (copied from ring-3). */ 183 uint16_t fFlags; 182 184 } IOMIOPORTENTRYR0; 183 185 /** Pointer to a ring-0 I/O port handle table entry. */ … … 225 227 /** Set if there is an raw-mode entry too. */ 226 228 bool fRawMode; 227 bool fUnused; 229 /** IOM_IOPORT_F_XXX */ 230 uint8_t fFlags; 228 231 /** Same as the handle index. */ 229 232 uint16_t idxSelf;
Note:
See TracChangeset
for help on using the changeset viewer.