From owner-freebsd-current@FreeBSD.ORG Mon Mar 9 18:05:02 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC94510656CC for ; Mon, 9 Mar 2009 18:05:02 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 87C8A8FC12 for ; Mon, 9 Mar 2009 18:05:02 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 0944F1E005A9; Mon, 9 Mar 2009 19:05:01 +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 n29HX4L9004039; Mon, 9 Mar 2009 18:33:04 +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 n29HX4Nm004038; Mon, 9 Mar 2009 18:33:04 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Mon, 9 Mar 2009 18:33:04 +0100 To: Fabian Keil Message-ID: <20090309173304.GA3844@saturn.kn-bremen.de> References: <20090222013747.GA21709@saturn.kn-bremen.de> <20090308213915.62c9b7bb@fabiankeil.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090308213915.62c9b7bb@fabiankeil.de> User-Agent: Mutt/1.5.17 (2007-11-01) X-Mailman-Approved-At: Mon, 09 Mar 2009 19:45:31 +0000 Cc: freebsd-current@FreeBSD.org Subject: Re: testing qemu svn r6636 on FreeBSD; future of qemu on FreeBSD... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 18:05:04 -0000 On Sun, Mar 08, 2009 at 09:39:15PM +0100, Fabian Keil wrote: > Juergen Lock wrote: > > > After discovering a workaround for the -kernel-kqemu userspace pio bug > > in connection with vmware svga/vmmouse a few days ago I made another > > experimental FreeBSD qemu-devel port update today, > > http://people.freebsd.org/~nox/qemu/qemu-devel-20090218.patch > > I didn't notice any regressions on amd64 with Windows XP > as guest system. Thats good to hear, thanx! Actually the qemu project cut a release a little while ago (0.10.0), which I updated the emulators/qemu port to yesterday. (That code is a little newer than the 20090218 snapshot.) > I only use the guest system to compile > and test stuff with cygwin, though. > Hmm actually I used to have a cygwin crosscompiler many moons ago, I wouldn't be surprised if you can still make one for today's cygwin... > Thanks a lot for all your work on qemu. You're welcome! :) Juergen