VirtualBox

Changeset 1209 in vbox for trunk


Ignore:
Timestamp:
Mar 5, 2007 12:36:31 PM (18 years ago)
Author:
vboxsync
Message:

PGMR3ChangeShwPDMappings added

File:
1 edited

Legend:

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

    r1116 r1209  
    12401240
    12411241/**
    1242  * Inform PGM we don't wish any mapping to be put into the shadow page table. (necessary for e.g. VMX)
    1243  *
    1244  * @returns VBox status code.
    1245  * @param   pVM         VM handle.
    1246  */
    1247 PGMR3DECL(int) PGMR3RemoveMappingsFromShwPD(PVM pVM);
     1242 * Inform PGM if we want all mappings to be put into the shadow page table. (necessary for e.g. VMX)
     1243 *
     1244 * @returns VBox status code.
     1245 * @param   pVM         VM handle.
     1246 * @param   fEnable     Enable or disable shadow mappings
     1247 */
     1248PGMR3DECL(int) PGMR3ChangeShwPDMappings(PVM pVM, bool fEnable);
    12481249
    12491250/**
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