|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] EFI: reduce memory map logging level
commit 11f81a5a2c74d021d34bd5d4a0f02a210df21b1c
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Thu Oct 19 14:08:22 2023 +0200
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Thu Oct 19 21:52:52 2023 +0100
EFI: reduce memory map logging level
With the release build default now being INFO, the typically long EFI
memory map will want logging at DEBUG level only.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
---
xen/common/efi/boot.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xen/common/efi/boot.c b/xen/common/efi/boot.c
index a1bd4c3d60..e5e86f22b2 100644
--- a/xen/common/efi/boot.c
+++ b/xen/common/efi/boot.c
@@ -1677,7 +1677,7 @@ void __init efi_init_memory(void)
if ( !efi_enabled(EFI_BOOT) )
return;
- printk(XENLOG_INFO "EFI memory map:%s\n",
+ printk(XENLOG_DEBUG "EFI memory map:%s\n",
map_bs ? " (mapping BootServices)" : "");
for ( i = 0; i < efi_memmap_size; i += efi_mdesc_size )
{
@@ -1688,8 +1688,8 @@ void __init efi_init_memory(void)
paddr_t mem_base;
unsigned long mem_npages;
- printk(XENLOG_INFO " %013" PRIx64 "-%013" PRIx64
- " type=%u attr=%016" PRIx64 "\n",
+ printk(XENLOG_DEBUG " %013" PRIx64 "-%013" PRIx64
+ " type=%u attr=%016" PRIx64 "\n",
desc->PhysicalStart, desc->PhysicalStart + len - 1,
desc->Type, desc->Attribute);
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |