Changeset 80091 in vbox
- Timestamp:
- Jul 31, 2019 11:34:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IOM.cpp
r80090 r80091 134 134 *********************************************************************************************************************************/ 135 135 static void iomR3FlushCache(PVM pVM); 136 #if 0 136 137 static DECLCALLBACK(int) iomR3RelocateIOPortCallback(PAVLROIOPORTNODECORE pNode, void *pvUser); 137 138 static DECLCALLBACK(int) iomR3RelocateMMIOCallback(PAVLROGCPHYSNODECORE pNode, void *pvUser); 139 #endif 138 140 static DECLCALLBACK(void) iomR3IOPortInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs); 139 141 static DECLCALLBACK(void) iomR3MMIOInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs); … … 333 335 } 334 336 337 #if 0 335 338 336 339 /** … … 363 366 364 367 365 #if 0366 368 /** 367 369 * Callback function for relocating a MMIO range. … … 390 392 return 0; 391 393 } 394 392 395 #endif 393 394 396 395 397 /**
Note:
See TracChangeset
for help on using the changeset viewer.