Changeset 58437 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
- Timestamp:
- Oct 27, 2015 4:17:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r57358 r58437 745 745 RTPrintf("Paravirt. Provider: %s\n", pszParavirtProvider); 746 746 747 Bstr paravirtDebug; 748 CHECK_ERROR2I_RET(machine, COMGETTER(ParavirtDebug)(paravirtDebug.asOutParam()), hrcCheck); 749 if (paravirtDebug.isNotEmpty()) 750 { 751 if (details == VMINFO_MACHINEREADABLE) 752 RTPrintf("paravirtdebug=\"%ls\"\n", paravirtDebug.raw()); 753 else 754 RTPrintf("Paravirt. Debug: %ls\n", paravirtDebug.raw()); 755 } 747 756 748 757 MachineState_T machineState;
Note:
See TracChangeset
for help on using the changeset viewer.