VirtualBox

Changeset 82533 in vbox for trunk


Ignore:
Timestamp:
Dec 10, 2019 5:14:02 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Comments and todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r82532 r82533  
    99389938     * nested-guest using hardware-assisted VMX.
    99399939     *
    9940      * Note! If the nested-guest is not using an MSR bitmap, ever MSR must cause a
     9940     * Note! If the nested-guest is not using an MSR bitmap, every MSR must cause a
    99419941     *       nested-guest VM-exit even if the outer guest is not intercepting some
    99429942     *       MSRs. We cannot assume the caller has initialized the nested-guest
     
    99449944     *
    99459945     *       The nested hypervisor may also switch whether it uses MSR bitmaps for
    9946      *       each VM-entry, hence initializing it once per-VM while setting up the
    9947      *       nested-guest VMCS is not sufficient.
     9946     *       each of its VM-entry, hence initializing it once per-VM while setting
     9947     *       up the nested-guest VMCS is not sufficient.
    99489948     */
    99499949    PCVMXVVMCS pVmcsNstGst = pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs);
     
    1464014640    HMVMX_VALIDATE_EXIT_HANDLER_PARAMS(pVCpu, pVmxTransient);
    1464114641
     14642    /** @todo Enable the new code after finding a reliably guest test-case. */
    1464214643#if 1
    14643     /** @todo Use VM-exit instruction information. */
    1464414644    return VERR_EM_INTERPRETER;
    1464514645#else
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