git.annexia.org
/
supernested.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f639f7
)
init: Print a message when the Lx hypervisor exits.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 3 Jul 2014 15:50:25 +0000
(16:50 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 3 Jul 2014 16:00:00 +0000
(17:00 +0100)
init.in
patch
|
blob
|
history
diff --git
a/init.in
b/init.in
index
fb9bf09
..
f10d8a2
100644
(file)
--- 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.