VirtualBox

Ignore:
Timestamp:
Oct 27, 2015 4:17:12 PM (9 years ago)
Author:
vboxsync
Message:

Main: Added paravirtdebug options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r57358 r58437  
    745745        RTPrintf("Paravirt. Provider: %s\n", pszParavirtProvider);
    746746
     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    }
    747756
    748757    MachineState_T machineState;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette