Changeset 83028 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- Feb 9, 2020 10:05:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp
r82968 r83028 226 226 } 227 227 228 DECLINLINE(void) virtioWriteUsedFlags(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue, uint 32_t fFlags)228 DECLINLINE(void) virtioWriteUsedFlags(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue, uint16_t fFlags) 229 229 { 230 230 AssertMsg(pVirtio->uDeviceStatus & VIRTIO_STATUS_DRIVER_OK, ("Called with guest driver not ready\n")); … … 234 234 &fFlags, sizeof(fFlags)); 235 235 } 236 237 236 #endif 238 237
Note:
See TracChangeset
for help on using the changeset viewer.