arm limitation: turn qemu off on poweroff

This commit is contained in:
Ciro Santilli
2018-02-20 21:25:33 +00:00
parent e519caa9c2
commit d9fcf897ac

View File

@@ -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