首页 > Web开发 > 详细

Control my qemu in telnet (system_reset, system_powerdown)

时间:2015-01-02 14:33:19      阅读:472      评论:0      收藏:0      [点我收藏+]

 

$ qemu-system-arm xxxxxxxx     -monitor telnet::5555,server,nowait

 

$ telnet localhost 5555
Trying ::1...
Connection failed: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is ^].
QEMU 0.10.50 monitor - type help for more information
(qemu)

 

(qemu) "ctrl+]"  to return to telnet,    (qemu)"quit" to exit qemu applicatoin.

(qemu) "system_reset" to reset machine, (qemu) "system_powerdown" to turn off the machine.

Control my qemu in telnet (system_reset, system_powerdown)

原文:http://www.cnblogs.com/kozmers/p/4198420.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!