QEMU 怎么像 bochs 那样可视化看 cpu 信息啊 stack idt gdt #11
Unanswered
zevorn
asked this question in
QEMU | Q&A
Replies: 1 comment
-
|
QEMU 本身不支持可视化查看cpu信息,可以通过 gdbstub ,用 multi-gdb 连接上来查看:https://gevico.github.io/learning-qemu-docs/ch2/sec5/gdbstub/ 如果感兴趣,也可以通过 qemu plugin 二次开发一个插件来实现可视化查看 cpu 信息~ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
大佬们 QEMU 怎么像 bochs 那样可视化看 cpu 信息啊 stack idt gdt
Beta Was this translation helpful? Give feedback.
All reactions