From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4PG-0006jk-3i for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC4P7-0000us-M0 for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:08:46 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:39260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4P7-0000uj-Gi for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:08:37 -0400 Received: by mail-wg0-f42.google.com with SMTP id j13so385716wgh.5 for ; Wed, 21 Aug 2013 02:08:36 -0700 (PDT) Date: Wed, 21 Aug 2013 11:08:34 +0200 From: Stefan Hajnoczi Message-ID: <20130821090834.GE10379@stefanha-thinkpad.redhat.com> References: <52127D4B.40109@weilnetz.de> <52134B48.6040502@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Peter Maydell Cc: Paolo Bonzini , qemu-devel , Stefan Weil 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. Stefan