VirtualBox

Changeset 44610 in vbox


Ignore:
Timestamp:
Feb 9, 2013 5:56:09 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83695
Message:

DevEFI.cpp: Improved the output of the 'nvram' info handler ever so slightly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevEFI.cpp

    r44609 r44610  
    854854    RTListForEach(&pThis->NVRAM.VarList, pEfiVar, EFIVAR, ListNode)
    855855    {
    856         pHlp->pfnPrintf(pHlp, "%RTuuid::'%s' = %.*Rhxs (attr=%#x)\n",
    857                         &pEfiVar->uuid, pEfiVar->szName, pEfiVar->cbValue, pEfiVar->abValue, pEfiVar->fAttributes);
     856        pHlp->pfnPrintf(pHlp,
     857                        "Variable - fAttr=%#04x - '%RTuuid:%s' - cb=%#04x\n"
     858                        "%.*Rhxd\n",
     859                        pEfiVar->fAttributes, &pEfiVar->uuid, pEfiVar->szName, pEfiVar->cbValue,
     860                        pEfiVar->cbValue, pEfiVar->abValue);
    858861    }
    859862
Note: See TracChangeset for help on using the changeset viewer.

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