From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiqzL-0005IP-Kp for qemu-devel@nongnu.org; Sun, 04 Oct 2015 17:38:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZiqzK-0004yz-Rp for qemu-devel@nongnu.org; Sun, 04 Oct 2015 17:38:35 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:33162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiqzK-0004yv-Lw for qemu-devel@nongnu.org; Sun, 04 Oct 2015 17:38:34 -0400 Received: by wiclk2 with SMTP id lk2so95524695wic.0 for ; Sun, 04 Oct 2015 14:38:34 -0700 (PDT) Date: Sun, 4 Oct 2015 23:38:25 +0200 From: Beniamino Galvani Message-ID: <20151004213825.GA16220@gmail.com> References: <20151004195627.GA17883@gmail.com> <56119607.2030702@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56119607.2030702@roeck-us.net> Subject: Re: [Qemu-devel] QEMU+Linux ARMv7A current state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Guenter Roeck Cc: Peter Maydell , Rob Herring , Igor Mitsyanko , "qemu-devel@nongnu.org Developers" , Nathan Rossi , Sai Pavan Boddu , Peter Crosthwaite , Richard Purdie , Alistair Francis , John Snow On Sun, Oct 04, 2015 at 02:11:35PM -0700, Guenter Roeck wrote: > What is your qemu command line ? qemu-system-arm \ -M cubieboard \ -kernel ../linux/zImage-dtb \ -serial stdio \ -append "console=ttyS0 rw root=/dev/nfs nfsroot=10.0.0.1:/nfs,v3 ip=10.0.0.22" \ -m 1024 \ -net nic,vlan=0,model=allwinner-emac \ -net tap,vlan=0,ifname=tap0,script=net-up.sh \ -s \ -d guest_errors Beniamino