From aea02392e94fc20782def0ea69647a2955906c12 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 3 Jul 2014 16:50:25 +0100 Subject: [PATCH] init: Print a message when the Lx hypervisor exits. --- init.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.in b/init.in index fb9bf09..f10d8a2 100644 --- a/init.in +++ b/init.in @@ -89,6 +89,8 @@ echo "*** This is the L$level hypervisor ***" # Run the nested guest. /run-supernested.sh --nested +echo "*** the L$level hypervisor is exiting ***" + # Exit and reboot. # qemu has the -no-reboot flag, so issuing a reboot here actually # causes qemu to exit gracefully. -- 1.8.3.1