Changeset 46440 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 7, 2013 1:38:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46420 r46440 71 71 72 72 /** @name Updated-guest-state flags. 73 * @{ 73 * @{ */ 74 74 #define HMVMX_UPDATED_GUEST_RIP RT_BIT(0) 75 75 #define HMVMX_UPDATED_GUEST_RSP RT_BIT(1) … … 960 960 { 961 961 /** @todo This is still not perfect. If on host resume (pVM is NULL or a VM 962 * without Nested Paging triggered this function) we still have the risk962 * without Nested Paging triggered this function) we still have the risk 963 963 * of potentially running with stale TLB-entries from other hypervisors 964 964 * when later we use a VM with NestedPaging. To fix this properly we will
Note:
See TracChangeset
for help on using the changeset viewer.