VirtualBox

Changeset 43379 in vbox for trunk/include


Ignore:
Timestamp:
Sep 20, 2012 11:29:12 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80845
Message:

SUPDrv,VMM: Prepared for SUPR0EnableVTx on darwin.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r41147 r43379  
    13631363SUPR0DECL(SUPPAGINGMODE) SUPR0GetPagingMode(void);
    13641364SUPR0DECL(int) SUPR0EnableVTx(bool fEnable);
     1365SUPR0DECL(bool) SUPR0SuspendVTxOnCpu(void);
     1366SUPR0DECL(void) SUPR0ResumeVTxOnCpu(bool fSuspended);
    13651367
    13661368/** @name Absolute symbols
  • trunk/include/VBox/vmm/hwaccm.h

    r37320 r43379  
    2929#include <VBox/vmm/pgm.h>
    3030#include <VBox/vmm/cpum.h>
     31#include <VBox/vmm/vmm.h>
    3132#include <iprt/mp.h>
    3233
     
    8283VMMR0DECL(int)          HWACCMR0TermVM(PVM pVM);
    8384VMMR0DECL(int)          HWACCMR0EnableAllCpus(PVM pVM);
    84 VMMR0DECL(int)          HWACCMR0EnterSwitcher(PVM pVM, bool *pfVTxDisabled);
    85 VMMR0DECL(int)          HWACCMR0LeaveSwitcher(PVM pVM, bool fVTxDisabled);
     85VMMR0DECL(int)          HWACCMR0EnterSwitcher(PVM pVM, VMMSWITCHER enmSwitcher, bool *pfVTxDisabled);
     86VMMR0DECL(void)         HWACCMR0LeaveSwitcher(PVM pVM, bool fVTxDisabled);
    8687
    8788VMMR0DECL(void)         HWACCMR0SavePendingIOPortWrite(PVMCPU pVCpu, RTGCPTR GCPtrRip, RTGCPTR GCPtrRipNext, unsigned uPort, unsigned uAndVal, unsigned cbSize);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette