From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLKRo-00030a-3s for qemu-devel@nongnu.org; Tue, 01 Nov 2011 15:56:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLKRm-0007SJ-Rr for qemu-devel@nongnu.org; Tue, 01 Nov 2011 15:56:36 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:42445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLKRm-0007Ru-Jj for qemu-devel@nongnu.org; Tue, 01 Nov 2011 15:56:34 -0400 Received: from moweb002.kundenserver.de (moweb002.kundenserver.de [172.19.20.108]) by fmmailgate02.web.de (Postfix) with ESMTP id 476471B9D6EF4 for ; Tue, 1 Nov 2011 20:56:33 +0100 (CET) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Tue, 1 Nov 2011 20:56:26 +0100 Message-Id: <1320177389-22498-1-git-send-email-andreas.faerber@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/3] Cocoa fixes for 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= 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 2ff6458116546ced7ce00cc39423ee30b1477e= 67: Anthony Liguori (1): Merge remote-tracking branch 'kraxel/usb.29' into staging are available in the git repository at: git://repo.or.cz/qemu/afaerber.git cocoa-for-upstream Andreas F=C3=A4rber (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(-)