From: Richard W.M. Jones Date: Thu, 3 Jul 2014 15:50:25 +0000 (+0100) Subject: init: Print a message when the Lx hypervisor exits. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=aea02392e94fc20782def0ea69647a2955906c12;p=supernested.git init: Print a message when the Lx hypervisor exits. --- 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.