Surprisingly, some people would like to get fewer debug messages from edk2, rather than more. While I can certainly not identify with such preferences, the yes-man employee that I am agreed to writing this series. At the end of it, an ArmVirtualizationQemu binary built with
-D DEBUG_PRINT_ERROR_LEVEL=0x80000000 will only emit DEBUG messages that report genuine errors. Laszlo Ersek (4): ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errors ArmPlatformPkg: PEIM startup is not an error ArmVirtualizationPkg: PlatformIntelBdsLib: lack of QEMU kernel is no error ArmVirtualizationPkg: expose debug message bitmask on build command line ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.c | 10 +++++----- ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualization.dsc.inc | 8 +++++--- ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.dsc | 4 ++-- ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformIntelBdsLib/QemuKernel.c | 5 +++++ ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c | 2 +- ArmPlatformPkg/PlatformPei/PlatformPeim.c | 2 +- 6 files changed, 19 insertions(+), 12 deletions(-) -- 1.8.3.1 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel