VirtualBox

Changeset 16898 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 18, 2009 12:27:00 PM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: simplified SyncCR3; introduced PGMMapResolveConflicts

File:
1 edited

Legend:

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

    r16890 r16898  
    331331VMMDECL(int)        PGMMapActivateAll(PVM pVM);
    332332VMMDECL(int)        PGMMapDeactivateAll(PVM pVM);
    333 VMMDECL(bool)       PGMMapHasConflicts(PVM pVM, bool fResolveConflicts);
    334 
     333#ifndef IN_RING0
     334VMMDECL(bool)       PGMMapHasConflicts(PVM pVM);
     335VMMDECL(int)        PGMMapResolveConflicts(PVM pVM);
     336#endif
    335337VMMDECL(int)        PGMShwGetPage(PVM pVM, RTGCPTR GCPtr, uint64_t *pfFlags, PRTHCPHYS pHCPhys);
    336338VMMDECL(int)        PGMShwSetPage(PVM pVM, RTGCPTR GCPtr, size_t cb, uint64_t fFlags);
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