From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STxRr-0005Rg-De for qemu-devel@nongnu.org; Mon, 14 May 2012 11:44:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STxRp-0000EY-HS for qemu-devel@nongnu.org; Mon, 14 May 2012 11:44:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STxRp-0000ER-8f for qemu-devel@nongnu.org; Mon, 14 May 2012 11:44:33 -0400 From: Kevin Wolf Date: Mon, 14 May 2012 17:44:14 +0200 Message-Id: <1337010257-9324-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/3] Block patches for 1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit 77f4c9a68aedb9b0d290a1def1bfc8714be862ec: Merge remote-tracking branch 'origin/master' into staging (2012-05-14 08:44:32 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Charles Arnold (1): qemu-img: Fix segmentation fault Jan Kiszka (1): coroutine: Fix setup of sigaltstack coroutines Kevin Wolf (1): qcow2: Don't ignore failure to clear autoclear flags block/qcow2.c | 5 ++++- coroutine-sigaltstack.c | 2 +- qemu-img.c | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-)