From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4Sr-0002OA-Hp for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:12:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC4Sk-00028e-Nl for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:12:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4Sk-00028J-FT for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:12:22 -0400 Message-ID: <52148448.90907@redhat.com> Date: Wed, 21 Aug 2013 11:11:36 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <52127D4B.40109@weilnetz.de> <52134B48.6040502@redhat.com> <20130821090834.GE10379@stefanha-thinkpad.redhat.com> In-Reply-To: <20130821090834.GE10379@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] Hardware acceleration for Windows and OS X? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Maydell , qemu-devel , Stefan Weil Il 21/08/2013 11:08, Stefan Hajnoczi ha scritto: > On Tue, Aug 20, 2013 at 12:12:21PM +0100, Peter Maydell wrote: >> On 20 August 2013 11:56, Paolo Bonzini wrote: >>> I guess "patches are welcome"---if they are of good quality, why not. >> >> Well, sort of. Given the fairly minimal level of support we currently >> have for OSX (ie Andreas and I test it a bit and fix egregious breakage), >> I'd prefer it if patches for significant new features came attached to a >> developer who was going to stay around and help maintain the platform :-) > > Yes, the maintenance and testing is the hard part. > > Whoever steps up to the maintainer: be prepared to run builds and test > at least release candidates. And then get ready to git-bisect(1) when > broken commits were merged and write fixes. The more often you do this, > the shorter the bisect. > > It's a fair bit of work. Still, I must say merging Xen has given us zero headaches. It's taken a while, but (at least from the QEMU project's POV) the wait has been worthwhile. I would hope that HAXN support would be almost as easy as adding haxn-all.c and haxn-stub.c files, and a few small changes to cpus.c and vl.c. Paolo