mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
arm limitation: turn qemu off on poweroff
This commit is contained in:
@@ -870,6 +870,11 @@ TODOs:
|
|||||||
|
|
||||||
* only managed to run in the terminal interface (but weirdly a blank QEMU window is still opened)
|
* 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
|
* 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
|
==== aarch64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user