Changeset 81123 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- Oct 7, 2019 9:17:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp
r81122 r81123 1224 1224 { 1225 1225 /* See PDMDevHlp.cpp:pdmR3DevHlp_PCIRegisterMsi */ 1226 Log(("Failed to configure MSI-X (%Rrc). Reverting to INTx\n" ));1226 Log(("Failed to configure MSI-X (%Rrc). Reverting to INTx\n", rc)); 1227 1227 pVirtio->fMsiSupport = false; 1228 1228 }
Note:
See TracChangeset
for help on using the changeset viewer.