VirtualBox

Changeset 92874 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Dec 11, 2021 5:07:23 AM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Comment nit.

File:
1 edited

Legend:

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

    r92844 r92874  
    84558455     * supported. In theory, it's possible for a CPU to not support flushing individual
    84568456     * addresses but all the other types or any other combination. We do not take any
    8457      * shortcuts here by  assuming the types we currently expose to the guest.
     8457     * shortcuts here by assuming the types we currently expose to the guest.
    84588458     */
    84598459    uint64_t const fCaps = pVCpu->cpum.GstCtx.hwvirt.vmx.Msrs.u64EptVpidCaps;
     
    86398639     * supported. In theory, it's possible for a CPU to not support flushing individual
    86408640     * addresses but all the other types or any other combination. We do not take any
    8641      * shortcuts here by  assuming the types we currently expose to the guest.
     8641     * shortcuts here by assuming the types we currently expose to the guest.
    86428642     */
    86438643    uint64_t const fCaps = pVCpu->cpum.GstCtx.hwvirt.vmx.Msrs.u64EptVpidCaps;
     
    86678667
    86688668    /*
    8669      * Fetch the invvpid descriptor from guest memory.
     8669     * Fetch the invept descriptor from guest memory.
    86708670     */
    86718671    RTUINT128U uDesc;
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