From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0VJd-0003MD-4X for qemu-devel@nongnu.org; Sat, 20 Jul 2013 07:27:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0VJa-0004No-G8 for qemu-devel@nongnu.org; Sat, 20 Jul 2013 07:27:09 -0400 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:41391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0VJa-0004Nk-9n for qemu-devel@nongnu.org; Sat, 20 Jul 2013 07:27:06 -0400 Received: by mail-pa0-f51.google.com with SMTP id lf11so5393822pab.10 for ; Sat, 20 Jul 2013 04:27:05 -0700 (PDT) From: Ramkumar Ramachandra Date: Sat, 20 Jul 2013 16:53:09 +0530 Message-Id: <1374319389-7108-1-git-send-email-artagnon@gmail.com> Subject: [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: qemu-devel Cc: Peter Maydell , Anthony Liguori , Marcelo Tosatti , Markus Armbruster , Stefan Hajnoczi 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, -- 1.8.3.3.820.ge3d4493.dirty