VirtualBox

Changeset 48347 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Sep 6, 2013 10:06:17 AM (11 years ago)
Author:
vboxsync
Message:

HMVMXR0.cpp: Only the 64 -> 32 needs the exit controls update, I believe.

File:
1 edited

Legend:

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

    r48344 r48347  
    40604060#if HC_ARCH_BITS == 32 && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
    40614061        /* 32-bit host. We need to switch to 64-bit before running the 64-bit guest. */
    4062         if (pVCpu->hm.s.vmx.pfnStartVM != VMXR0SwitcherStartVM64)
    4063         {
    4064             pVCpu->hm.s.vmx.pfnStartVM = VMXR0SwitcherStartVM64;
    4065             /** @todo this isn't necessary, but I'm still seeing triple faults. */
    4066             VMCPU_FF_SET(pVCpu, VMCPU_FF_TO_R3);
    4067         }
     4062        pVCpu->hm.s.vmx.pfnStartVM = VMXR0SwitcherStartVM64;
    40684063#else
    40694064        /* 64-bit host or hybrid host. */
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