From patchwork Tue Nov 1 19:56:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 123134 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 662FAB6F76 for ; Wed, 2 Nov 2011 06:56:59 +1100 (EST) Received: from localhost ([::1]:46568 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLKS0-00031j-Bk for incoming@patchwork.ozlabs.org; Tue, 01 Nov 2011 15:56:48 -0400 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) Received: from localhost.localdomain ([95.239.219.30]) by smtp.web.de (mrweb002) with ESMTPA (Nemesis) id 0MXYjm-1RRM1u16xS-00WTu5; Tue, 01 Nov 2011 20:56:33 +0100 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Tue, 1 Nov 2011 20:56:26 +0100 Message-Id: <1320177389-22498-1-git-send-email-andreas.faerber@web.de> X-Mailer: git-send-email 1.7.0.3 MIME-Version: 1.0 X-Provags-ID: V02:K0:N5kzuWGxpl/KT7OXMQoL9N8Rrvbe4EbsNoZ5lA5gfV3 4HH1gt7YP2RN8XJ/jbvgjrQq5V6ZuXduM+nf1E/kXhqOS0k9/1 8+V7RWlN3HNWudhRRf1JKYss/zvZ06+MQSl1vAG3f84w9sUKL0 vMJKfnsMfnKgo/+ZiYC91g353qNjtulH+JTejBdPxNElRd1QLQ Q+Of3zKy1yse0k9QBZePw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.227 Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PULL 0/3] Cocoa fixes for 1.0 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 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(-)