|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] x86/PVH: allow Dom0 ELF parsing to be verbose
commit ea3dabfb80d77b07f7aa34d88ba2d3bf3b1916c8
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Fri Nov 3 11:22:18 2023 +0100
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Fri Nov 3 11:22:18 2023 +0100
x86/PVH: allow Dom0 ELF parsing to be verbose
VERBOSE had ceased to exist already before the introduction of this ELF
parsing code.
Fixes: 62ba982424cb ("x86: parse Dom0 kernel for PVHv2")
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
---
xen/arch/x86/hvm/dom0_build.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/xen/arch/x86/hvm/dom0_build.c b/xen/arch/x86/hvm/dom0_build.c
index c7d47d0d4c..33b6ef89cd 100644
--- a/xen/arch/x86/hvm/dom0_build.c
+++ b/xen/arch/x86/hvm/dom0_build.c
@@ -557,9 +557,8 @@ static int __init pvh_load_kernel(struct domain *d, const
module_t *image,
printk("Unable to init ELF\n");
return rc;
}
-#ifdef VERBOSE
- elf_set_verbose(&elf);
-#endif
+ if ( opt_dom0_verbose )
+ elf_set_verbose(&elf);
elf_parse_binary(&elf);
if ( (rc = elf_xen_parse(&elf, &parms, true)) != 0 )
{
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |