有人尝试不用任何固件或者内核,借助 qtest 裸机运行 qemu 中的 edu 设备吗 #12
Unanswered
zevorn
asked this question in
QEMU | Q&A
Replies: 1 comment
-
|
qtest 是 QEMU 的一个测试框架,它通过qtest协议给qemu进程发命令,可以直接调用 memory region 的能力来访问 guest 的地址空间中的任何设备,从而可以实现不依靠固件或者任何客户机程序,而直接测试qemu中的硬件 model。 关于 qtest 的使用,可以参考:https://gevico.github.io/learning-qemu-docs/ch2/sec6/qtest/ |
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.
-
大佬们,有人尝试不用任何固件或者内核,借助qtest裸机运行qemu中的edu设备吗
Beta Was this translation helpful? Give feedback.
All reactions