Changeset 82055 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- Nov 20, 2019 8:57:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp
r82010 r82055 115 115 } 116 116 117 /********************************************************************************************************************************* 118 * Internal Functions * 119 *********************************************************************************************************************************/ 117 /* Internal Functions */ 118 120 119 static void virtioNotifyGuestDriver(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue, bool fForce); 121 120 static int virtioKick(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint8_t uCause, uint16_t uVec, bool fForce);
Note:
See TracChangeset
for help on using the changeset viewer.