From owner-freebsd-emulation@FreeBSD.ORG Sat Nov 22 21:08:48 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 B91C01065752 for ; Sat, 22 Nov 2008 21:08:48 +0000 (UTC) (envelope-from blauwirbel@gmail.com) Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by mx1.freebsd.org (Postfix) with ESMTP id 221AC8FC1A for ; Sat, 22 Nov 2008 21:08:47 +0000 (UTC) (envelope-from blauwirbel@gmail.com) Received: by bwz13 with SMTP id 13so54411bwz.19 for ; Sat, 22 Nov 2008 13:08:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=XRYZpDvsUpu2yYSCtriY5yPxsGkdRmoNsB2/dtl+J58=; b=UiFXCEeGOva70mW/w0+kTAS3CGd9w/I0oL01q/Pux0nbm9RBMi6j2fJFrwQj33ih4R 0tEJ1bIdAfVhy3YNEheiFBX21eOWi2PHGKI/OKk2JOUM0MNl30huzx0sImfAG4IvOsre c9/41P9tCNu89bffHH7mrpK16nynDnLSMWYf0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=X01GVU6IDb9zDjiWYTPi7tJkPlWrKw28POKKYr8+r4LVedUA+E4gNrF/GqdVkMbyLY E7lLXFzyVSoJZa9mMsoB9jZmthtS74niTGczWKtX9mOVfki6OFZWT+SxU3Ogzl17mfNC rsoWBwbGsgqTUy5vdwBFfPzpnCqKoVytcC/xs= Received: by 10.187.179.4 with SMTP id g4mr303883fap.24.1227388126694; Sat, 22 Nov 2008 13:08:46 -0800 (PST) Received: by 10.187.231.15 with HTTP; Sat, 22 Nov 2008 13:08:46 -0800 (PST) Message-ID: Date: Sat, 22 Nov 2008 23:08:46 +0200 From: "Blue Swirl" To: qemu-devel@nongnu.org, freebsd-emulation@freebsd.org In-Reply-To: <20081118212228.GA34000@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081107214438.GA27376@saturn.kn-bremen.de> <20081118212228.GA34000@saturn.kn-bremen.de> Cc: Subject: Re: [Qemu-devel] 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: Sat, 22 Nov 2008 21:08:48 -0000 On 11/18/08, Juergen Lock wrote: > 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: > > [...] I committed an improved fix, please test. > > 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 I applied the native parallel port and USB support patches, thanks.