From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNW9J-0003NI-AP for qemu-devel@nongnu.org; Thu, 15 Jan 2009 12:36:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNW9H-0003M9-E1 for qemu-devel@nongnu.org; Thu, 15 Jan 2009 12:36:56 -0500 Received: from [199.232.76.173] (port=35578 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNW9H-0003Lv-2e for qemu-devel@nongnu.org; Thu, 15 Jan 2009 12:36:55 -0500 Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:33064 helo=SMTP.EU.CITRIX.COM) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNW9G-0006ZS-CJ for qemu-devel@nongnu.org; Thu, 15 Jan 2009 12:36:54 -0500 Message-ID: <496F73FD.8060509@eu.citrix.com> Date: Thu, 15 Jan 2009 17:35:57 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0 of 7] DisplayState interface change References: <494AA0B2.8070702@eu.citrix.com> <494B848D.9030802@eu.citrix.com> <496F6C6F.9060904@eu.citrix.com> <496F703A.10205@codemonkey.ws> In-Reply-To: <496F703A.10205@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Anthony Liguori wrote: > Stefano Stabellini wrote: >> Stefano Stabellini wrote: >> >> >>> I forgot about cocoa, and yes, some changes are required. >>> I am afraid I don't know much about it and I don't have any MacOS so I >>> may not be the right person do it. >>> >>> In any case I wrote a simple patch that probably won't even compile but >>> will give you an idea about what has to be done. >>> I am both attaching the patch to this email and commenting it inline so >>> that I can better explain the reason behind each change. >>> >> >> Can someone please take a look at the cocoa patch I sent and fix it? >> It shouldn't take long at all. >> >> Or you could just apply the series and wait for someone to fix the cocoa >> interface later :) >> > > If noone volunteers to do the cocoa patch, I'll do this. > >> I think this patch series has already been delayed enough... >> > > Yes, I'm pretty behind right now but I'm trying to catch up. Your > series is high on my TODO. > Thanks, appreciated.