Changeset 44774 in vbox for trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
- Timestamp:
- Feb 21, 2013 12:41:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r44773 r44774 2186 2186 } 2187 2187 2188 /** 2189 * Port I/O Handler for the generic request interface 2190 * @see FNIOMIOPORTOUT for details. 2191 * 2192 * @todo This function is too long!! All new request SHALL be implemented as 2193 * functions called from the switch! When making changes, please move the 2194 * relevant cases into functions. 2188 2189 /** 2190 * @callback_method_impl{FNIOMIOPORTOUT, Port I/O Handler for the generic 2191 * request interface.} 2195 2192 */ 2196 2193 static DECLCALLBACK(int) vmmdevRequestHandler(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb)
Note:
See TracChangeset
for help on using the changeset viewer.