From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIbub-0006Qy-8v for qemu-devel@nongnu.org; Sun, 08 Sep 2013 06:08:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIbuV-0002Zc-J9 for qemu-devel@nongnu.org; Sun, 08 Sep 2013 06:08:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIbuV-0002ZV-B4 for qemu-devel@nongnu.org; Sun, 08 Sep 2013 06:08:03 -0400 Date: Sun, 8 Sep 2013 11:07:56 +0100 From: "Richard W.M. Jones" Message-ID: <20130908100756.GO27385@redhat.com> References: <20130905214149.GB28430@redhat.com> <20130905221403.GC28430@redhat.com> <20130906180155.GD28430@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] ARM virtio-serial not showing up (was: Re: ARM virtio-scsi - disks never show up) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Amit Shah , QEMU Developers On Sat, Sep 07, 2013 at 09:49:24AM +0100, Peter Maydell wrote: > On 6 September 2013 19:01, Richard W.M. Jones wrote: > > > > Have you tried virtio-serial on ARM at all? The port never shows up. > > I don't think I've tested the serial-device part of it, but I've > used it to provide virtio console with: > -append 'root=/dev/mmcblk0 rw console=hvc0 rootwait' \ > -device virtio-serial-device \ > -device virtconsole,chardev=mychardev \ > -chardev stdio,id=mychardev > > and that definitely worked. Thanks. The problem turned out to be slightly more mundane: $ grep VIRTIO.CONSOLE /boot/config-3.11.0-3.fc20.armv7hl # CONFIG_VIRTIO_CONSOLE is not set After switching to a kernel with CONFIG_VIRTIO_CONSOLE=m it works fine ... Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org