From owner-freebsd-mips@FreeBSD.ORG Thu Jan 27 20:28:57 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40111106566C for ; Thu, 27 Jan 2011 20:28:57 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D50508FC14 for ; Thu, 27 Jan 2011 20:28:56 +0000 (UTC) Received: by wyf19 with SMTP id 19so2512486wyf.13 for ; Thu, 27 Jan 2011 12:28:56 -0800 (PST) Received: by 10.227.134.2 with SMTP id h2mr1707328wbt.22.1296160133519; Thu, 27 Jan 2011 12:28:53 -0800 (PST) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.227.156.210 with HTTP; Thu, 27 Jan 2011 12:28:29 -0800 (PST) In-Reply-To: References: From: Juli Mallett Date: Thu, 27 Jan 2011 12:28:29 -0800 X-Google-Sender-Auth: wAj8Gl2-n0vcyYqtaIySMh48sAE Message-ID: To: Robert Millan Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: QEMU support X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 20:28:57 -0000 On Thu, Jan 27, 2011 at 04:48, Robert Millan wrote: > According to http://wiki.freebsd.org/FreeBSD/mips/todo > there's "limited support for qemu with a NIC in the tree right now" > > Does this apply to 8-stable or to trunk? Which flavour, MALTA > or QEMU? In my test (with qemu 0.12.5), boot failed with: Probably I'm the wrong person to say, but MALTA worked fine in gxemul last time I tried a few months ago, and it seems like it ought to work on qemu as well. Fixing it if it doesn't work ought to be pretty straightforward, as the Malta platform is very straightforward. Thanks, Juli.