【发布时间】:2017-07-11 06:14:06
【问题描述】:
其实之前也有同样的问题,
How to automatically close the execution of the `qemu` after end of process?
但我再次问这个问题,因为还没有人回答。
我正在尝试在 qemu 上模拟 pintos。当我调用命令“pintos run alarm-multiple”时,会出现一个新的 QEMU 窗口,如上所示,并且在断电后它不会自行关闭。但是,我想当我尝试“make check”时这会导致问题,因为每个测试都不会自动结束。所以“-T 60”选项最终会终止测试,如下所示。
如何让 QEMU 在结束进程时自动退出?
【问题讨论】: