Changeset 72541 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 13, 2018 12:14:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r72526 r72541 240 240 uint32_t uAux; 241 241 } QueryCpuTick; 242 /** Input and output for NEMR0DoExperiment. */ 243 struct 244 { 245 uint32_t uItem; 246 bool fSuccess; 247 uint64_t uStatus; 248 uint64_t uLoValue; 249 uint64_t uHiValue; 250 } Experiment; 242 251 } Hypercall; 243 252 /** I/O control buffer, we always use this for I/O controls. */
Note:
See TracChangeset
for help on using the changeset viewer.