Changeset 75593 in vbox for trunk/src/VBox
- Timestamp:
- Nov 19, 2018 6:42:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r75591 r75593 3038 3038 3039 3039 /** 3040 * @callback_method_impl{FNIOMIOPORTOUT, 3041 * Port I/O write handler for requeststhat can be handled w/o going to ring-3.}3040 * @callback_method_impl{FNIOMIOPORTOUT, Port I/O write handler for requests 3041 * that can be handled w/o going to ring-3.} 3042 3042 */ 3043 3043 PDMBOTHCBDECL(int) vmmdevFastRequestHandler(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb) … … 3136 3136 3137 3137 /** 3138 * @callback_method_impl{FNIOMIOPORTIN, 3139 * Port I/O read handler for IRQ acknowledging and getting pending events (same3140 * asVMMDevReq_AcknowledgeEvents, just faster).}3138 * @callback_method_impl{FNIOMIOPORTIN, Port I/O read handler for IRQ 3139 * acknowledging and getting pending events (same as 3140 * VMMDevReq_AcknowledgeEvents, just faster).} 3141 3141 */ 3142 3142 PDMBOTHCBDECL(int) vmmdevFastRequestIrqAck(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb)
Note:
See TracChangeset
for help on using the changeset viewer.