VirtualBox

Changeset 82706 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jan 10, 2020 5:28:31 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135632
Message:

VMM/CPUM: Nested SVM: bugref:7243 Clarify comment on allocation of SVM MSRPM and IOPM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r82016 r82706  
    10711071        /*
    10721072         * Allocate the MSRPM (MSR Permission bitmap).
     1073         *
     1074         * This need not be physically contiguous pages because we use the one from
     1075         * HMPHYSCPU while executing the nested-guest using hardware-assisted SVM.
     1076         * This one is just used for caching the bitmap from guest physical memory.
    10731077         */
    10741078        Assert(!pVCpu->cpum.s.Guest.hwvirt.svm.pvMsrBitmapR3);
     
    10851089        /*
    10861090         * Allocate the IOPM (IO Permission bitmap).
     1091         *
     1092         * This need not be physically contiguous pages because we re-use the ring-0
     1093         * allocated IOPM while executing the nested-guest using hardware-assisted SVM
     1094         * because it's identical (we trap all IO accesses).
     1095         *
     1096         * This one is just used for caching the IOPM from guest physical memory in
     1097         * case the guest hypervisor allows direct access to some IO ports.
    10871098         */
    10881099        Assert(!pVCpu->cpum.s.Guest.hwvirt.svm.pvIoBitmapR3);
Note: See TracChangeset for help on using the changeset viewer.

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