From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 18 21:23:34 2008 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB58A1065673 for ; Tue, 18 Nov 2008 21:23:34 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 730778FC0C for ; Tue, 18 Nov 2008 21:23:34 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 0F9F4191BCB; Tue, 18 Nov 2008 22:23:31 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id mAILMTKt034035; Tue, 18 Nov 2008 22:22:29 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id mAILMSIY034034; Tue, 18 Nov 2008 22:22:28 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Tue, 18 Nov 2008 22:22:28 +0100 To: qemu-devel@nongnu.org, freebsd-emulation@FreeBSD.org Message-ID: <20081118212228.GA34000@saturn.kn-bremen.de> Mail-Followup-To: qemu-devel@nongnu.org, freebsd-emulation@FreeBSD.org References: <20081107214438.GA27376@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081107214438.GA27376@saturn.kn-bremen.de> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: qemu svn r5729 (was: first tests of qemu svn r5646 on FreeBSD - usb still slow, bsd-user doesn't build, some warnings...) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2008 21:23:34 -0000 On Fri, Nov 07, 2008 at 10:44:39PM +0100, Juergen Lock wrote: > Hi! > > I just prepared another experimental emulators/qemu-devel port update, > http://people.freebsd.org/~nox/qemu/qemu-devel-20081107.patch > I haven't tested it that much yet (you are welcome to help there! :) > but so far didn't notice much changes compared to last time (r5499), > usb is still slow with my Linux 2.6.26 guest (probably to be expected, > nothing committed there since.) > > In other news: The new sparc64-bsd-user target doesn't build because > SYSCALL_G7RFLAG and SYSCALL_G2RFLAG are undefined, and I noticed a few > warnings that may be interesting: > [...] > Oh and I also found the SMBD_COMMAND #defines in vl.c are not needed > anymore, the relevant code has moved to net.c . (I had to fix up a bunch > of patches in the FreeBSD port because of the moved code, like the pcap and > ppbus ones, testing is also welcome there.) Updated to r5729: http://people.freebsd.org/~nox/qemu/qemu-devel-20081117.patch Enjoy, :) Juergen