From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVj1k-0008Rr-Rk for qemu-devel@nongnu.org; Tue, 16 Feb 2016 12:03:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVj1g-0005xX-Na for qemu-devel@nongnu.org; Tue, 16 Feb 2016 12:03:04 -0500 References: <1455638581-5912-1-git-send-email-peter.maydell@linaro.org> <56C34F18.7090006@redhat.com> From: Paolo Bonzini Message-ID: <56C3562C.8000503@redhat.com> Date: Tue, 16 Feb 2016 18:02:36 +0100 MIME-Version: 1.0 In-Reply-To: <56C34F18.7090006@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-options.hx: Improve documentation of chardev multiplexing mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek , Peter Maydell , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Stefan Hajnoczi , patches@linaro.org On 16/02/2016 17:32, Laszlo Ersek wrote: > I'm a big fan of muxing the stdio backend between the (human) monitor > and the guest's serial console: > > -chardev stdio,signal=off,mux=on,id=char0 \ > -mon chardev=char0,mode=readline,default \ > -serial chardev:char0 \ Or just "-serial mon:stdio". :) Paolo