From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 7 20:06:09 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6444016A403 for ; Sat, 7 Apr 2007 20:06:09 +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 1EB0313C484 for ; Sat, 7 Apr 2007 20:06:08 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 8AB271B66AE; Sat, 7 Apr 2007 22:06:07 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l37K4rRm048989; Sat, 7 Apr 2007 22:04:53 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l37K4rua048988; Sat, 7 Apr 2007 22:04:53 +0200 (CEST) (envelope-from nox) Date: Sat, 7 Apr 2007 22:04:53 +0200 (CEST) From: Juergen Lock Message-Id: <200704072004.l37K4rua048988@saturn.kn-bremen.de> To: anderson@freebsd.org X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <4615DB05.8000608@freebsd.org> References: <20070405210341.GA25547@saturn.kn-bremen.de> Organization: home Cc: freebsd-emulation@freebsd.org Subject: Re: experimental qemu-devel port update, please test! 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, 07 Apr 2007 20:06:09 -0000 In article <4615DB05.8000608@freebsd.org> you write: >On 04/05/07 16:03, Juergen Lock wrote: >> Hi! >> >> There have been a few interesting commits to qemu cvs, like, >> a qcow2 corruption bugfix, vmware vga emulation (-vmwarevga), and >> several emulated eepro100 (fxp) nic variants (-net nic,model=i82557b >> -net user worked for me with FreeBSD and linux guests, and seemed even >> slightly faster than the rtl8139 that already outperforms the default >> ne2kpci), so I prepared another qemu-devel port update that I now want >> you all to test with your various guests before I commit it! >> >> TIA, and enjoy... >> Juergen >> >> Remove files: files/patch-audio::ossaudio.c files/patch-bh > > >Building it now. Quick question: why have some diffs below in the >patch, when you say remove those files? Just curious.. Oh, just for the benefit of users who might forget to rm them after applying the diff. :) (patch turning them into empty files...) Just committed this btw. Juergen