qemu monitor tips
実行ログを取る
log in_asm
continue
レジスタ見る
info registers
gdb接続
qemu-system-hogehoge -S -s
gdb {executable file}
target remote localhost:1234
hbreak {symbol}
hbreak *{address}
continue
ni