VirtualBox

Changeset 80091 in vbox


Ignore:
Timestamp:
Jul 31, 2019 11:34:22 PM (5 years ago)
Author:
vboxsync
Message:

VMM: Kicking out raw-mode - IOM. bugref:9517

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/IOM.cpp

    r80090 r80091  
    134134*********************************************************************************************************************************/
    135135static void iomR3FlushCache(PVM pVM);
     136#if 0
    136137static DECLCALLBACK(int) iomR3RelocateIOPortCallback(PAVLROIOPORTNODECORE pNode, void *pvUser);
    137138static DECLCALLBACK(int) iomR3RelocateMMIOCallback(PAVLROGCPHYSNODECORE pNode, void *pvUser);
     139#endif
    138140static DECLCALLBACK(void) iomR3IOPortInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
    139141static DECLCALLBACK(void) iomR3MMIOInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
     
    333335}
    334336
     337#if 0
    335338
    336339/**
     
    363366
    364367
    365 #if 0
    366368/**
    367369 * Callback function for relocating a MMIO range.
     
    390392    return 0;
    391393}
     394
    392395#endif
    393 
    394396
    395397/**
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