VirtualBox

Changeset 17434 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 6, 2009 3:22:21 AM (16 years ago)
Author:
vboxsync
Message:

PGM: Implemented the fun part of pgmPhysWriteHandler (to deal with partial virtual handlers).

File:
1 edited

Legend:

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

    r17432 r17434  
    405405
    406406VMMDECL(int)        PGMPhysGCPhys2R3Ptr(PVM pVM, RTGCPHYS GCPhys, RTUINT cbRange, PRTR3PTR pR3Ptr);
     407#ifdef VBOX_STRICT
    407408VMMDECL(RTR3PTR)    PGMPhysGCPhys2R3PtrAssert(PVM pVM, RTGCPHYS GCPhys, RTUINT cbRange);
     409#endif
    408410VMMDECL(int)        PGMPhysGCPtr2R3Ptr(PVM pVM, RTGCPTR GCPtr, PRTR3PTR pR3Ptr);
    409411VMMDECL(void)       PGMPhysRead(PVM pVM, RTGCPHYS GCPhys, void *pvBuf, size_t cbRead);
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