Changeset 80274 in vbox for trunk/src/VBox/VMM/include/NEMInternal.h
- Timestamp:
- Aug 14, 2019 2:34:38 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r76585 r80274 361 361 /** Hypercall input/ouput page. */ 362 362 NEMR0HYPERCALLDATA HypercallData; 363 # ifdef VBOX_BUGREF_9217 364 /** Delta to add to convert a ring-0 pointer to a ring-3 one. */ 365 uintptr_t offRing3ConversionDelta; 366 # endif 363 367 # else 364 368 uint32_t uDummy; … … 376 380 /** I/O control context. */ 377 381 PSUPR0IOCTLCTX pIoCtlCtx; 382 # ifndef VBOX_BUGREF_9217 378 383 /** Delta to add to convert a ring-0 pointer to a ring-3 one. */ 379 384 uintptr_t offRing3ConversionDelta; 385 # endif 380 386 /** Info about the VidGetHvPartitionId I/O control interface. */ 381 387 NEMWINIOCTL IoCtlGetHvPartitionId;
Note:
See TracChangeset
for help on using the changeset viewer.