Changeset 13390 in vbox
- Timestamp:
- Oct 20, 2008 12:32:44 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r13388 r13390 1726 1726 } 1727 1727 1728 #if def IN_RING01728 #ifndef IN_GC 1729 1729 /** 1730 1730 * Modify an existing MMIO region page; map to another guest physical region and change the access flags … … 1813 1813 return VINF_SUCCESS; 1814 1814 } 1815 #endif 1815 #endif /* !IN_GC */ 1816 -
trunk/src/VBox/VMM/VMMR0/VMMR0.def
r13306 r13390 30 30 PGMHandlerPhysicalPageTempOff 31 31 PGMShwModifyPage 32 IOMMMIOResetRegion 33 IOMMMIOModifyPage 32 34 RTLogDefaultInstance 33 35 RTLogRelDefaultInstance
Note:
See TracChangeset
for help on using the changeset viewer.