VirtualBox

Changeset 66022 in vbox


Ignore:
Timestamp:
Mar 9, 2017 4:30:11 PM (8 years ago)
Author:
vboxsync
Message:

VMM: Nested Hw.virt: Backed out r113878. Attempted build fix for linux kernel modules, avoid prototypes in hm_svm.h and hm_vmx.h (treat like x86.h).

Location:
trunk
Files:
3 edited

Legend:

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

    r66015 r66022  
    3030#include <VBox/vmm/cpum.h>
    3131#include <VBox/vmm/vmm.h>
     32#include <VBox/vmm/hm_svm.h>
    3233#include <iprt/mp.h>
    3334
     
    151152                                                  uint64_t uExitInfo2);
    152153VMM_INT_DECL(void)              HMVmxNstGstVmExit(PVMCPU pVCpu, uint16_t uBasicExitReason);
     154VMM_INT_DECL(VBOXSTRICTRC)      HMSvmVmmcall(PVMCPU pVCpu, PCPUMCTX pCtx, bool *pfRipUpdated);
     155VMM_INT_DECL(VBOXSTRICTRC)      HMSvmVmrun(PVMCPU pVCpu, PCPUMCTX pCtx, PSVMVMCB pVmcb, PSVMHOSTSTATE pHostState);
    153156
    154157#ifndef IN_RC
  • trunk/include/VBox/vmm/hm_svm.h

    r66015 r66022  
    2929#include <VBox/types.h>
    3030#include <VBox/err.h>
    31 #include <VBox/vmm/cpumctx.h>
    3231#include <iprt/assert.h>
    3332#include <iprt/asm.h>
     
    970969
    971970
    972 VMM_INT_DECL(VBOXSTRICTRC)      HMSvmVmmcall(PVMCPU pVCpu, PCPUMCTX pCtx, bool *pfRipUpdated);
    973 VMM_INT_DECL(VBOXSTRICTRC)      HMSvmVmrun(PVMCPU pVCpu, PCPUMCTX pCtx, PSVMVMCB pVmcb, PSVMHOSTSTATE pHostState);
    974 
    975971/** @} */
    976972
  • trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv

    r66021 r66022  
    7979    ${PATH_ROOT}/include/VBox/SUPDrvMangling.h=>include/VBox/SUPDrvMangling.h \
    8080    ${PATH_ROOT}/include/VBox/VBoxTpG.h=>include/VBox/VBoxTpG.h \
    81     ${PATH_ROOT}/include/VBox/vmm/cpumctx.h=>include/VBox/vmm/cpumctx.h \
    8281    ${PATH_ROOT}/include/VBox/vmm/hm_vmx.h=>include/VBox/vmm/hm_vmx.h \
    8382    ${PATH_ROOT}/include/VBox/vmm/hm_svm.h=>include/VBox/vmm/hm_svm.h \
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