Changeset 43466 in vbox for trunk/src/VBox/VMM/VMMAll/HMAll.cpp
- Timestamp:
- Sep 28, 2012 2:47:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMAll.cpp
r43387 r43466 305 305 306 306 if (idThisCpu == idCpu) 307 { 308 /** @todo r=ramshankar: Intel does not support flushing by guest physical 309 * address either. See comment in VMXR0InvalidatePhysPage(). Fix this. */ 307 310 VMXR0InvalidatePhysPage(pVM, pVCpu, GCPhys); 311 } 308 312 else 309 313 {
Note:
See TracChangeset
for help on using the changeset viewer.