[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [RFC PATCH 6/6] xen/riscv: Print "xen start" in start_xen using early_printk.
Signed-off-by: Xie Xun <xiexun162534@xxxxxxxxx> --- xen/arch/riscv/setup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/riscv/setup.c b/xen/arch/riscv/setup.c index 79beb25ff3..ae25e4d516 100644 --- a/xen/arch/riscv/setup.c +++ b/xen/arch/riscv/setup.c @@ -22,6 +22,7 @@ #include <xen/lib.h> #include <xen/init.h> +#include <asm/early_printk.h> #include <asm/atomic.h> #include <public/version.h> @@ -54,6 +55,7 @@ void arch_get_xen_caps(xen_capabilities_info_t *info) */ void __init start_xen(paddr_t fdt_paddr, paddr_t boot_phys_offset) { + early_printk("xen start\n"); } /* * Local variables: -- 2.30.2
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |