Changeset 84806 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 12, 2020 6:30:50 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138612
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp
r84804 r84806 823 823 " (options: [a]ll, [n]et, [f]eatures, [s]tate, [p]ointers, [q]ueues)\n" 824 824 "---------------------------------------------------------------------------\n\n", 825 pThis->szInst , pDevIns->pReg->szName);825 pThis->szInst); 826 826 827 827 if (fNone) … … 914 914 915 915 pHlp->pfnPrintf(pHlp, " Transmitting: ............. %s\n", fTransmitting ? "true" : "false"); 916 pHlp->pfnPrintf(pHlp, " Quiescing: ................ %s %s \n",916 pHlp->pfnPrintf(pHlp, " Quiescing: ................ %s %s%s%s\n", 917 917 pThis->fQuiescing ? "true" : "false", 918 918 pThis->fQuiescing ? "(" : "",
Note:
See TracChangeset
for help on using the changeset viewer.