mbox

[PULL,0/3] Block patches for 1.1

Message ID 1337010257-9324-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git for-anthony

Message

Kevin Wolf May 14, 2012, 3:44 p.m. UTC
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(-)

Comments

Anthony Liguori May 14, 2012, 8:09 p.m. UTC | #1
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(-)
>
>