VirtualBox

Changeset 56384 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 12, 2015 12:34:31 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100983
Message:

PGM: Disabled the virtual handler code for !VBOX_WITH_RAW_MODE.

File:
1 edited

Legend:

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

    r56323 r56384  
    461461/** NIL value for PGM virtual access handler type handle. */
    462462#define NIL_PGMVIRTHANDLERTYPE  UINT32_MAX
     463#ifdef VBOX_WITH_RAW_MODE
    463464VMM_INT_DECL(uint32_t) PGMHandlerVirtualTypeRelease(PVM pVM, PGMVIRTHANDLERTYPE hType);
    464465VMM_INT_DECL(uint32_t) PGMHandlerVirtualTypeRetain(PVM pVM, PGMVIRTHANDLERTYPE hType);
    465466VMM_INT_DECL(bool)     PGMHandlerVirtualIsRegistered(PVM pVM, RTGCPTR GCPtr);
     467#endif
    466468
    467469VMMDECL(bool)       PGMPhysIsA20Enabled(PVMCPU pVCpu);
     
    702704                                                     const char *pszDesc,
    703705                                                     PPGMPHYSHANDLERTYPE phType);
     706#ifdef VBOX_WITH_RAW_MODE
    704707VMMR3_INT_DECL(int) PGMR3HandlerVirtualTypeRegisterEx(PVM pVM, PGMVIRTHANDLERKIND enmKind, bool fRelocUserRC,
    705708                                                      PFNPGMR3VIRTINVALIDATE pfnInvalidateR3,
     
    717720VMMR3_INT_DECL(int) PGMHandlerVirtualChangeType(PVM pVM, RTGCPTR GCPtr, PGMVIRTHANDLERTYPE hNewType);
    718721VMMR3_INT_DECL(int) PGMHandlerVirtualDeregister(PVM pVM, PVMCPU pVCpu, RTGCPTR GCPtr, bool fHypervisor);
     722#endif
    719723VMMR3DECL(int)      PGMR3PoolGrow(PVM pVM);
    720724
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