From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 7 22:16:42 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 7B6F81065676 for ; Fri, 7 Nov 2008 22:16:42 +0000 (UTC) (envelope-from balrogg@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id 4D03B8FC12 for ; Fri, 7 Nov 2008 22:16:42 +0000 (UTC) (envelope-from balrogg@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1326141rvf.43 for ; Fri, 07 Nov 2008 14:16:41 -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=Yw6sfY3HfWbf7xLKkDRqjXflFkXW6xznBZ7hMh77eqg=; b=fPZrG3z2S9U6L8n3KknttHzGspzUB823Q5kBy2ly9TSsuD6NXdiDr0LclI9BUw0GsQ PXYG/f/dD7OpvxqWBugB/a04S4biaYH9fVanNAmeF964B2x6MHziy5Ilh68CuxSxLPaI y9kDMJS/ZHnfyOzNWNx3+QylUZmy+o48yAI+A= 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=P5HQftNydJLDOZN8vPlQ5AO13mv1Hvm6yP+l0SRnv9YAGw7tBvOYiVc/4aA640Zp4j kzhSpSl6//8zPMqPsV8EUiptjI4qtKXmFqlVvmTyujFrg0Gz2pgpI5wz20KJXPE2bbKC +eKoV1WjxFy0cWjCToFzcVKJWk8tgh+h0P3ow= Received: by 10.141.137.16 with SMTP id p16mr2033349rvn.180.1226094654747; Fri, 07 Nov 2008 13:50:54 -0800 (PST) Received: by 10.141.1.3 with HTTP; Fri, 7 Nov 2008 13:50:54 -0800 (PST) Message-ID: Date: Fri, 7 Nov 2008 22:50:54 +0100 From: "andrzej zaborowski" To: qemu-devel@nongnu.org, freebsd-emulation@freebsd.org In-Reply-To: <20081107214438.GA27376@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> 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: Fri, 07 Nov 2008 22:16:42 -0000 2008/11/7 Juergen Lock : > I just prepared another experimental emulators/qemu-devel port update, > http://people.freebsd.org/~nox/qemu/qemu-devel-20081107.patch Great. > 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.) Could you test with the patch in http://lists.gnu.org/archive/html/qemu-devel/2008-10/msg01326.html ? Max Krasnyanski supposed it may contain the fix, I had no time to test it yet. Cheers