From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjNfW-0003zJ-W6 for qemu-devel@nongnu.org; Fri, 14 Dec 2012 00:18:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjNfW-0001bH-1L for qemu-devel@nongnu.org; Fri, 14 Dec 2012 00:18:42 -0500 Received: from mail-oa0-f45.google.com ([209.85.219.45]:39273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjNfV-0001bD-TW for qemu-devel@nongnu.org; Fri, 14 Dec 2012 00:18:41 -0500 Received: by mail-oa0-f45.google.com with SMTP id i18so3162519oag.4 for ; Thu, 13 Dec 2012 21:18:40 -0800 (PST) Date: Thu, 13 Dec 2012 23:18:33 -0600 From: Rob Landley References: In-Reply-To: (from amit.shah@redhat.com on Thu Dec 13 04:37:53 2012) Message-Id: <1355462313.18402.3@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/4] virtio-serial: use uint32_t to count ports List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Alon Levy , qemu list Speaking of virtio-serial, is there a way to get virtio serial ports to =20 attach to qemu's stdin/stdout the way other serial ports can (and which =20 is the default with --nographic for conventional serial ports), or do =20 you still have to make a magic char device on the host? I never understood why _using_ virtio serial ports was so different, =20 but it's been about a year since I looked at them (because they were so =20 different). Rob=