From d9fcf897ac36787235656a0d5fda688e780f2726 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 20 Feb 2018 21:25:33 +0000 Subject: [PATCH] arm limitation: turn qemu off on poweroff --- README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.adoc b/README.adoc index 50a3594..71d750f 100644 --- a/README.adoc +++ b/README.adoc @@ -870,6 +870,11 @@ TODOs: * only managed to run in the terminal interface (but weirdly a blank QEMU window is still opened) * GDB not connecting to KGDB. Possibly linked to `-serial stdio`. See also: https://stackoverflow.com/questions/14155577/how-to-use-kgdb-on-arm +* `/poweroff.out` does not exit QEMU, the terminal just hangs: https://stackoverflow.com/questions/31990487/how-to-cleanly-exit-qemu-after-executing-bare-metal-program-without-user-interve A blunt resolution is: ++ +.... +pkill qemu +.... ==== aarch64