]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
authorRebecca Cran <rebecca@bsdio.com>
Wed, 29 Apr 2020 21:53:27 +0000 (15:53 -0600)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 30 Apr 2020 13:01:16 +0000 (13:01 +0000)
commit70d5086c3274b1a5b099d642d546581070374e6e
treed29d1dce98c5dd86fa7ae78844a489f65b33af80
parent2a7a1223d0c6f6ec10076584f92d40abbf6020d1
OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones

Generated mechanically with:
find OvmfPkg -type f -exec sed -i -e 's/EFI_D_/DEBUG_/g' {} \;

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Cc: Philippe Mathieu-Daude <philmd@redhat.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20200429215327.606467-1-rebecca@bsdio.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
64 files changed:
OvmfPkg/AcpiPlatformDxe/EntryPoint.c
OvmfPkg/AcpiPlatformDxe/PciDecoding.c
OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c
OvmfPkg/Csm/BiosThunk/VideoDxe/BiosVideo.c
OvmfPkg/Csm/CsmSupportLib/LegacyInterrupt.c
OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c
OvmfPkg/Csm/CsmSupportLib/LegacyRegion.c
OvmfPkg/Csm/LegacyBiosDxe/LegacyBios.c
OvmfPkg/Csm/LegacyBiosDxe/LegacyBootSupport.c
OvmfPkg/Csm/LegacyBiosDxe/LegacyPci.c
OvmfPkg/Csm/LegacyBiosDxe/LegacySio.c
OvmfPkg/Csm/LegacyBiosDxe/Thunk.c
OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUi.c
OvmfPkg/Csm/LegacyBootManagerLib/LegacyBm.c
OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c
OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.c
OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c
OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c
OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c
OvmfPkg/Library/LoadLinuxLib/Linux.c
OvmfPkg/Library/NvVarsFileLib/FsAccess.c
OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.c
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
OvmfPkg/Library/QemuBootOrderLib/ExtraRootBusMap.c
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxe.c
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPei.c
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSec.c
OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.c
OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.c
OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDevice.c
OvmfPkg/Library/XenHypercallLib/XenHypercall.c
OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c
OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.c
OvmfPkg/PlatformDxe/Platform.c
OvmfPkg/PlatformPei/FeatureControl.c
OvmfPkg/PlatformPei/Fv.c
OvmfPkg/PlatformPei/MemDetect.c
OvmfPkg/PlatformPei/Platform.c
OvmfPkg/PlatformPei/Xen.c
OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockService.c
OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockServiceDxe.c
OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockServiceSmm.c
OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlash.c
OvmfPkg/QemuVideoDxe/Driver.c
OvmfPkg/QemuVideoDxe/Gop.c
OvmfPkg/QemuVideoDxe/Initialize.c
OvmfPkg/QemuVideoDxe/VbeShim.c
OvmfPkg/SataControllerDxe/SataController.c
OvmfPkg/Sec/SecMain.c
OvmfPkg/SmmAccess/SmmAccessPei.c
OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.c
OvmfPkg/VirtioGpuDxe/Commands.c
OvmfPkg/VirtioGpuDxe/DriverBinding.c
OvmfPkg/VirtioGpuDxe/VirtioGpu.h
OvmfPkg/XenBusDxe/EventChannel.c
OvmfPkg/XenBusDxe/GrantTable.c
OvmfPkg/XenBusDxe/XenBus.c
OvmfPkg/XenBusDxe/XenBusDxe.c
OvmfPkg/XenBusDxe/XenStore.c
OvmfPkg/XenIoPciDxe/XenIoPciDxe.c
OvmfPkg/XenPvBlkDxe/BlockFront.c
OvmfPkg/XenPvBlkDxe/BlockIo.c
OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.c