Changeset 80314 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 16, 2019 4:55:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r80274 r80314 3285 3285 { 3286 3286 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; 3288 3288 return VERR_HM_UNSUPPORTED_CPU_FEATURE_COMBO; 3289 3289 }
Note:
See TracChangeset
for help on using the changeset viewer.