VirtualBox

Changeset 74486 in vbox for trunk/src


Ignore:
Timestamp:
Sep 27, 2018 3:15:48 AM (6 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested VMX: bugref:9180 build fix.

File:
1 edited

Legend:

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

    r74485 r74486  
    952952    LogRel(("CPUM: Allocating %u pages for the nested-guest VMCS and related structures\n",
    953953            pVM->cCpus * (  VMX_V_VMCS_PAGES + VMX_V_VIRT_APIC_PAGES + VMX_V_VMREAD_VMWRITE_BITMAP_PAGES * 2
    954                           + VMX_V_AUTOMSR_AREA_PAGES));
     954                          + VMX_V_AUTOMSR_AREA_PAGES)));
    955955    for (VMCPUID i = 0; i < pVM->cCpus; i++)
    956956    {
    957957        PVMCPU pVCpu = &pVM->aCpus[i];
    958         pVCpu->cpum.s.Guest.hwvirt.vmx.enmHwvirt = CPUMHWVIRT_VMX;
     958        pVCpu->cpum.s.Guest.hwvirt.enmHwvirt = CPUMHWVIRT_VMX;
    959959
    960960        /*
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