From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Rebecca Cran <rebecca@bsdio.com>, devel@edk2.groups.io
Cc: Jordan Justen <jordan.l.justen@intel.com>,
Ard Biesheuvel <ard.biesheuvel@arm.com>,
Laszlo Ersek <lersek@redhat.com>
Subject: Re: [PATCH v2 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
Date: Wed, 29 Apr 2020 09:18:20 +0200 [thread overview]
Message-ID: <2e38afd5-d472-1b70-c132-5951379be0bf@redhat.com> (raw)
In-Reply-To: <20200429002049.570789-2-rebecca@bsdio.com>
Hi Laszlo,
On 4/29/20 2:20 AM, Rebecca Cran wrote:
In case you don't mind modifying when applying, I think Rebecca missed
here "Generated mechanically with find/sed."
Personally I'd also add "$ sed -i -e s/EFI_D_INFO/DEBUG_INFO/ $(git grep
-l EFI_D_INFO OvmfPkg/)".
> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
> Acked-by: Laszlo Ersek <lersek@redhat.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> ---
> OvmfPkg/AcpiPlatformDxe/EntryPoint.c | 8 +-
> OvmfPkg/AcpiPlatformDxe/PciDecoding.c | 10 +--
> OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c | 32 ++++----
> OvmfPkg/Csm/BiosThunk/VideoDxe/BiosVideo.c | 16 ++--
> OvmfPkg/Csm/CsmSupportLib/LegacyInterrupt.c | 2 +-
> OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c | 2 +-
> OvmfPkg/Csm/CsmSupportLib/LegacyRegion.c | 2 +-
> OvmfPkg/Csm/LegacyBiosDxe/LegacyBios.c | 18 ++---
> OvmfPkg/Csm/LegacyBiosDxe/LegacyBootSupport.c | 80 +++++++++----------
> OvmfPkg/Csm/LegacyBiosDxe/LegacyPci.c | 58 +++++++-------
> OvmfPkg/Csm/LegacyBiosDxe/LegacySio.c | 2 +-
> OvmfPkg/Csm/LegacyBiosDxe/Thunk.c | 2 +-
> .../LegacyBootMaintUiLib/LegacyBootMaintUi.c | 2 +-
> OvmfPkg/Csm/LegacyBootManagerLib/LegacyBm.c | 6 +-
> OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c | 16 ++--
> .../IncompatiblePciDeviceSupport.c | 2 +-
> .../Library/AcpiTimerLib/BaseAcpiTimerLib.c | 2 +-
> .../AcpiTimerLib/BaseRomAcpiTimerLib.c | 4 +-
> .../Library/AcpiTimerLib/DxeAcpiTimerLib.c | 2 +-
> OvmfPkg/Library/LoadLinuxLib/Linux.c | 8 +-
> OvmfPkg/Library/NvVarsFileLib/FsAccess.c | 16 ++--
> .../PciHostBridgeLib/PciHostBridgeLib.c | 18 ++---
> .../PlatformBootManagerLib/BdsPlatform.c | 30 +++----
> OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxe.c | 6 +-
> OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c | 2 +-
> OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPei.c | 6 +-
> OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSec.c | 8 +-
> .../SerializeVariablesLib.c | 2 +-
> .../SmbiosVersionLib/DetectSmbiosVersionLib.c | 4 +-
> .../VirtioMmioDeviceLib/VirtioMmioDevice.c | 2 +-
> .../Library/XenHypercallLib/XenHypercall.c | 2 +-
> OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c | 4 +-
> OvmfPkg/PlatformDxe/Platform.c | 6 +-
> OvmfPkg/PlatformPei/FeatureControl.c | 4 +-
> OvmfPkg/PlatformPei/Fv.c | 2 +-
> OvmfPkg/PlatformPei/MemDetect.c | 10 +--
> OvmfPkg/PlatformPei/Platform.c | 22 ++---
> OvmfPkg/PlatformPei/Xen.c | 4 +-
> .../FwBlockService.c | 10 +--
> .../FwBlockServiceDxe.c | 4 +-
> .../FwBlockServiceSmm.c | 2 +-
> .../QemuFlash.c | 14 ++--
> OvmfPkg/QemuVideoDxe/Driver.c | 10 +--
> OvmfPkg/QemuVideoDxe/Gop.c | 4 +-
> OvmfPkg/QemuVideoDxe/Initialize.c | 8 +-
> OvmfPkg/QemuVideoDxe/VbeShim.c | 4 +-
> OvmfPkg/SataControllerDxe/SataController.c | 12 +--
> OvmfPkg/Sec/SecMain.c | 22 ++---
> OvmfPkg/SmmAccess/SmmAccessPei.c | 4 +-
> OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.c | 16 ++--
> OvmfPkg/VirtioGpuDxe/Commands.c | 8 +-
> OvmfPkg/VirtioGpuDxe/DriverBinding.c | 8 +-
> OvmfPkg/VirtioGpuDxe/VirtioGpu.h | 2 +-
> OvmfPkg/XenBusDxe/EventChannel.c | 2 +-
> OvmfPkg/XenBusDxe/GrantTable.c | 8 +-
> OvmfPkg/XenBusDxe/XenBus.c | 14 ++--
> OvmfPkg/XenBusDxe/XenBusDxe.c | 4 +-
> OvmfPkg/XenBusDxe/XenStore.c | 28 +++----
> OvmfPkg/XenIoPciDxe/XenIoPciDxe.c | 2 +-
> OvmfPkg/XenPvBlkDxe/BlockFront.c | 50 ++++++------
> OvmfPkg/XenPvBlkDxe/BlockIo.c | 6 +-
> OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.c | 2 +-
> 62 files changed, 333 insertions(+), 333 deletions(-)
[...]
next prev parent reply other threads:[~2020-04-29 7:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-29 0:20 [PATCH v2 0/1] OvmfPkg: replace old EFI_D_ debug levels with Rebecca Cran
2020-04-29 0:20 ` [PATCH v2 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones Rebecca Cran
2020-04-29 7:18 ` Philippe Mathieu-Daudé [this message]
2020-04-29 15:15 ` Rebecca Cran
2020-04-29 7:15 ` [PATCH v2 0/1] OvmfPkg: replace old EFI_D_ debug levels with Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2e38afd5-d472-1b70-c132-5951379be0bf@redhat.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox