VirtualBox

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


Ignore:
Timestamp:
Aug 16, 2019 4:55:53 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Use VMCC_GET_CPU_0. bugref:9217

File:
1 edited

Legend:

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

    r80274 r80314  
    32853285    {
    32863286        LogRelFunc(("VMX VMWRITE-All feature exposed to the guest but host CPU does not support it!\n"));
    3287         pVM->aCpus[0].hm.s.u32HMError = VMX_UFC_GST_HOST_VMWRITE_ALL;
     3287        VMCC_GET_CPU_0(pVM)->hm.s.u32HMError = VMX_UFC_GST_HOST_VMWRITE_ALL;
    32883288        return VERR_HM_UNSUPPORTED_CPU_FEATURE_COMBO;
    32893289    }
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