VirtualBox

Changeset 66001 in vbox


Ignore:
Timestamp:
Mar 8, 2017 8:35:16 PM (8 years ago)
Author:
vboxsync
Message:

VMM: Nested Hw.virt: Temporary build fix to work around recompiler duplicate defs. Need to fix it properly...

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r66000 r66001  
    3232#include <VBox/vmm/stam.h>
    3333#include <VBox/vmm/vmapi.h>
    34 #include <VBox/vmm/hm_svm.h>
    3534
    3635RT_C_DECLS_BEGIN
     
    13611360     * See AMD spec., 15.5 "VMRUN instruction" subsection "Canonicalization and Consistency Checks".
    13621361     */
    1363     return RT_BOOL(pCtx->hwvirt.svm.u64InterceptCtrl & SVM_CTRL_INTERCEPT_VMRUN);
     1362    /** @todo Fix this -- silly recompiler is redefining this stuff... why? */
     1363    return RT_BOOL(pCtx->hwvirt.svm.u64InterceptCtrl & RT_BIT_64(32) /* SVM_CTRL_INTERCEPT_VMRUN*/);
    13641364    /** @todo Intel VMX.  */
    13651365}
  • trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp

    r66000 r66001  
    2626#include <VBox/vmm/hm.h>
    2727#include <VBox/vmm/vm.h>
     28#include <VBox/vmm/hm_svm.h>
    2829
    2930
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