VirtualBox

Changeset 17538 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 8, 2009 5:32:49 AM (16 years ago)
Author:
vboxsync
Message:

REM,PGM: Added two mutualy exclusive flags to REMR3NotifyPhysRamRegister to indicate whether it's MMIO2 or RAM that's being registered. This is for the new code only, the old one sticks to the MM_RAM_FLAGS.

File:
1 edited

Legend:

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

    r17537 r17538  
    7979REMR3DECL(int)  REMR3NotifyCodePageChanged(PVM pVM, RTGCPTR pvCodePage);
    8080REMR3DECL(void) REMR3NotifyPhysRamRegister(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb, unsigned fFlags);
     81/** @name Flags for REMR3NotifyPhysRamRegister.
     82 * @{ */
     83#define REM_NOTIFY_PHYS_RAM_FLAGS_RAM    RT_BIT(16)
     84#define REM_NOTIFY_PHYS_RAM_FLAGS_MMIO2  RT_BIT(17)
     85/** @} */
    8186#ifndef VBOX_WITH_NEW_PHYS_CODE
    8287REMR3DECL(void) REMR3NotifyPhysRamChunkRegister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, RTHCUINTPTR pvRam, unsigned 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