Changeset 80334 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Aug 17, 2019 12:43:24 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r80281 r80334 361 361 /** Hypercall input/ouput page. */ 362 362 NEMR0HYPERCALLDATA HypercallData; 363 # ifdef VBOX_BUGREF_9217364 363 /** Delta to add to convert a ring-0 pointer to a ring-3 one. */ 365 364 uintptr_t offRing3ConversionDelta; 366 # endif367 365 # else 368 366 uint32_t uDummy; … … 380 378 /** I/O control context. */ 381 379 PSUPR0IOCTLCTX pIoCtlCtx; 382 # ifndef VBOX_BUGREF_9217383 /** Delta to add to convert a ring-0 pointer to a ring-3 one. */384 uintptr_t offRing3ConversionDelta;385 # endif386 380 /** Info about the VidGetHvPartitionId I/O control interface. */ 387 381 NEMWINIOCTL IoCtlGetHvPartitionId;
Note:
See TracChangeset
for help on using the changeset viewer.