From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1BAU-00020C-MM for qemu-devel@nongnu.org; Mon, 22 Jul 2013 04:08:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1BAK-00023c-Ix for qemu-devel@nongnu.org; Mon, 22 Jul 2013 04:08:30 -0400 Date: Mon, 22 Jul 2013 10:08:15 +0200 From: Stefan Hajnoczi Message-ID: <20130722080815.GA6069@stefanha-thinkpad.redhat.com> References: <1374319389-7108-1-git-send-email-artagnon@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1374319389-7108-1-git-send-email-artagnon@gmail.com> Subject: Re: [Qemu-devel] [PATCH] qemu-options: mention C-a h in the -nographic doc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ramkumar Ramachandra Cc: Peter Maydell , Anthony Liguori , qemu-trivial@nongnu.org, Marcelo Tosatti , qemu-devel , Markus Armbruster On Sat, Jul 20, 2013 at 04:53:09PM +0530, Ramkumar Ramachandra wrote: > Otherwise, a new user will be wondering how to switch between the > console and monitor. > > Cc: Anthony Liguori > Cc: Stefan Hajnoczi > Cc: Markus Armbruster > Cc: Marcelo Tosatti > Cc: Peter Maydell > Signed-off-by: Ramkumar Ramachandra > --- > qemu-options.hx | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/qemu-options.hx b/qemu-options.hx > index 4e98b4f..06a5119 100644 > --- a/qemu-options.hx > +++ b/qemu-options.hx > @@ -844,7 +844,8 @@ you can totally disable graphical output so that QEMU is a simple > command line application. The emulated serial port is redirected on > the console and muxed with the monitor (unless redirected elsewhere > explicitly). Therefore, you can still use QEMU to debug a Linux kernel > -with a serial console. > +with a serial console. Use @key{C-a h} for help on switching between > +the console and monitor. > ETEXI > > DEF("curses", 0, QEMU_OPTION_curses, A candidate for the trivial patches queue. Cced qemu-trivial@nongnu.org. Stefan