VirtualBox

Changeset 92756 in vbox


Ignore:
Timestamp:
Dec 6, 2021 9:47:53 AM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Removed previous todo on translating GCPhysCR3 as it's now translated while switching CR3 or during VMX/SVM-transition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r92751 r92756  
    22622262    RTGCPHYS    GCPhysCR3 = pVCpu->pgm.s.GCPhysCR3 & X86_CR3_AMD64_PAGE_MASK;
    22632263    PPGMPAGE    pPage;
    2264     /** @todo Nested VMX: convert GCPhysCR3 from nested-guest physical to
    2265      *        guest-physical address here. */
    22662264    int rc = pgmPhysGetPageEx(pVM, GCPhysCR3, &pPage);
    22672265    if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette