码迷,mamicode.com
首页 > Web开发 > 详细

Control my qemu in telnet (system_reset, system_powerdown)

时间:2015-01-02 14:34:06      阅读:230      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!