From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1aY-0005cQ-2s for qemu-devel@nongnu.org; Mon, 14 May 2012 16:09:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SU1aW-0003O3-DF for qemu-devel@nongnu.org; Mon, 14 May 2012 16:09:49 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:58388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1aW-0003Nj-8J for qemu-devel@nongnu.org; Mon, 14 May 2012 16:09:48 -0400 Received: by obbwd20 with SMTP id wd20so9664302obb.4 for ; Mon, 14 May 2012 13:09:46 -0700 (PDT) Message-ID: <4FB16688.2000709@codemonkey.ws> Date: Mon, 14 May 2012 15:09:44 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1337010257-9324-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1337010257-9324-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/3] Block patches for 1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 05/14/2012 10:44 AM, Kevin Wolf wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >