[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Switching from GUI to monitor
From: |
Dennis Luehring |
Subject: |
Re: [Qemu-discuss] Switching from GUI to monitor |
Date: |
Fri, 7 Aug 2015 14:54:22 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 |
Am 07.08.2015 um 14:04 schrieb Igor R:
Hello,
Is it possible to switch from QEMU GUI (or from within a VNC session)
to QEMU monitor prompt?
The documentation mentions Ctrl-Alt-1/2 hotkeys, but it doesn't seem
to work... Should I start QEMU with some special flag to enable this?
Thanks.
i can't switch to qemu monitor, nor to any virtual console so i normaly add
-monitor telnet::4440,server,nowait
(if -nographic in use)
-serial telnet::3000,server
"telnet localhost 4440" -> qemu monitor
"telnet localhost 3000" -> guest