From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOr78-00083e-3F for qemu-devel@nongnu.org; Mon, 19 Jan 2009 05:12:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOr76-00082d-Ol for qemu-devel@nongnu.org; Mon, 19 Jan 2009 05:12:13 -0500 Received: from [199.232.76.173] (port=57453 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOr76-00082F-2y for qemu-devel@nongnu.org; Mon, 19 Jan 2009 05:12:12 -0500 Received: from mx2.redhat.com ([66.187.237.31]:37430) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOr75-0002C8-K9 for qemu-devel@nongnu.org; Mon, 19 Jan 2009 05:12:11 -0500 Subject: Re: [Qemu-devel] [PATCH 2 of 4] kvm-userpace: add virtio-console cmdline option From: Mark McLoughlin In-Reply-To: References: Content-Type: text/plain Date: Mon, 19 Jan 2009 10:11:09 +0000 Message-Id: <1232359869.5627.28.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: ehrhardt@linux.vnet.ibm.com, aliguori@us.ibm.com, qemu-devel@nongnu.org Hi Christian, On Tue, 2009-01-13 at 16:37 +0100, Christian Ehrhardt wrote: > kvm-userpace: add virtio-console cmdline option > > This patch adds the typical qemu console command line switch to the virtio > console. using -virtioconsole ARG it can now be specified what output a guest > hvc should be redirected to. Could you add some documentation for this to the -help output and the man page? Thanks, Mark.