From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLN21-00025U-Ov for qemu-devel@nongnu.org; Tue, 01 Nov 2011 18:42:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLN1w-0006B7-OY for qemu-devel@nongnu.org; Tue, 01 Nov 2011 18:42:09 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:44734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLN1w-0006An-Lo for qemu-devel@nongnu.org; Tue, 01 Nov 2011 18:42:04 -0400 Received: by ggnr5 with SMTP id r5so9312379ggn.4 for ; Tue, 01 Nov 2011 15:42:04 -0700 (PDT) Message-ID: <4EB075B8.3050908@codemonkey.ws> Date: Tue, 01 Nov 2011 17:42:00 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1320177389-22498-1-git-send-email-andreas.faerber@web.de> In-Reply-To: <1320177389-22498-1-git-send-email-andreas.faerber@web.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 0/3] Cocoa fixes for 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-devel@nongnu.org On 11/01/2011 02:56 PM, Andreas Färber wrote: > Hello Anthony, > > Please pull these Cocoa-related patches for 1.0. > > For our long-standing uint16 compilation issue we are still in need of a > fully correct solution. Depending on what we come up with, we'll try to > squeeze it in between RCs or defer it to next. > > Regards, > Andreas > > The following changes since commit 2ff6458116546ced7ce00cc39423ee30b1477e67: > Anthony Liguori (1): > Merge remote-tracking branch 'kraxel/usb.29' into staging Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > > git://repo.or.cz/qemu/afaerber.git cocoa-for-upstream > > Andreas Färber (3): > MAINTAINERS: Add Cocoa maintainer > vl.c: Guard against GThread double-initialization > cocoa: Close sheet after image file selection > > MAINTAINERS | 5 +++++ > ui/cocoa.m | 2 ++ > vl.c | 4 +++- > 3 files changed, 10 insertions(+), 1 deletions(-) > >