From owner-freebsd-emulation@FreeBSD.ORG Sat Nov 8 07:16:44 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 6C03C1065672 for ; Sat, 8 Nov 2008 07:16:44 +0000 (UTC) (envelope-from blauwirbel@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id 3DAEB8FC0A for ; Sat, 8 Nov 2008 07:16:44 +0000 (UTC) (envelope-from blauwirbel@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1571859wfg.7 for ; Fri, 07 Nov 2008 23:16:43 -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:references; bh=0Ij+eGCKNJ5ScLkHBA9XGAoERqwaqVodb9V4RjG+MD0=; b=pFtINjT6bDj87O0rOv7nQDTb/OOmdAuUAjzC0C15qxUCRN6sbZlqSGNYdNC8THQjrJ 793G5RqgbOI3WYqkaSyUk8GtkJrTj3mucfSYSNbvopNXd1i9nnUDj1KkJB/1POJwecXr Udn7gBHpM8iXlgbhadhENXtfXkJlatcrXc6QQ= 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:references; b=CTDJdm7dT3FzDeWGpSLkBVnpMSOinfZEN9gfqYFcseMFIp23fn6eu+LixtZMfg9Pm7 cyCXbmci1q+nuAJg9jvU5+wPqNzfBNU7GqEpQb4kMDzxjXjWGXwzrC4YNHD+eRFc5o25 k1vlXck7Jc+zUsAYf/3Wp6Vwwj9hST6r6MmN0= Received: by 10.142.231.7 with SMTP id d7mr1291454wfh.349.1226126627941; Fri, 07 Nov 2008 22:43:47 -0800 (PST) Received: by 10.143.15.12 with HTTP; Fri, 7 Nov 2008 22:43:47 -0800 (PST) Message-ID: Date: Sat, 8 Nov 2008 08:43:47 +0200 From: "Blue Swirl" To: qemu-devel@nongnu.org, freebsd-emulation@freebsd.org In-Reply-To: <20081107214438.GA27376@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_70173_7875341.1226126627934" References: <20081107214438.GA27376@saturn.kn-bremen.de> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: [Qemu-devel] 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, 08 Nov 2008 07:16:44 -0000 ------=_Part_70173_7875341.1226126627934 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/7/08, 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.) The patch is against a bunch of patches, which makes it hard to see what has really changed. Could you make an updated set of patches available somewhere? At least osdep.c and qemu-char.c patches look reasonable enough to be committed. > 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: The attached patch should fix the undefined flag problem, please test. ------=_Part_70173_7875341.1226126627934--