Changeset 92943 in vbox
- Timestamp:
- Dec 15, 2021 4:36:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.cpp
r92942 r92943 2072 2072 char szOut[80] = { 0 }; 2073 2073 virtioCoreFormatDeviceStatus(pVirtio->fDeviceStatus, szOut, sizeof(szOut)); 2074 #endif2075 2074 Log(("Loaded legacy device status = (%s)\n", szOut)); 2075 #endif 2076 2076 2077 2077 rc = pHlp->pfnSSMGetU8( pSSM, &pVirtio->uISR);
Note:
See TracChangeset
for help on using the changeset viewer.