- Timestamp:
- May 13, 2014 11:51:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r51239 r51241 9091 9091 } 9092 9092 /** @todo If the processor supports N < 64 linear-address bits, bits 63:N 9093 * must be identical if the "IA 32e mode guest" VM-entry control is 19094 * and CS.L is 1. No check applies if the CPU supports 649095 * linear-address bits. */9093 * must be identical if the "IA-32e mode guest" VM-entry 9094 * control is 1 and CS.L is 1. No check applies if the 9095 * CPU supports 64 linear-address bits. */ 9096 9096 9097 9097 /* Flags in pCtx can be different (real-on-v86 for instance). We are only concerned about the VMCS contents here. */
Note:
See TracChangeset
for help on using the changeset viewer.