mbox

[PULL,00/10] Block patches for 1.1

Message ID 1337967534-12166-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 25, 2012, 5:38 p.m. UTC
The following changes since commit aeb29b6459cb9496b38c820f3faff64cf2369d0d:

  audio: Always call fini on exit (2012-05-24 19:35:27 +0400)

are available in the git repository at:
  git://repo.or.cz/qemu/kevin.git for-anthony

Jim Meyering (1):
      qcow2: don't leak buffer for unexpected qcow_version in header

Kevin Wolf (1):
      qcow2: Check qcow2_alloc_clusters_at() return value

MORITA Kazutaka (3):
      sheepdog: mark image as snapshot when tag is specified
      sheepdog: return -errno on error
      sheepdog: use heap instead of stack for BDRVSheepdogState

Pavel Hrdina (3):
      fdc: floppy drive should be visible after start without media
      fdc: fix media detection
      fdc-test: introduced qtest no_media_on_start and cmos qtest for floppy

Richard W.M. Jones (1):
      qemu-img: Explain how rebase operation can be used to perform a 'diff' operation.

Stefan Hajnoczi (1):
      qemu-iotests: mark 035 qcow2-only

 block/qcow2-cluster.c  |   23 ++++++----
 block/qcow2.c          |    3 +-
 block/sheepdog.c       |  113 +++++++++++++++++++++++++++++-------------------
 hw/fdc.c               |   14 +++---
 hw/pc.c                |    2 +-
 qemu-img.texi          |   18 ++++++++
 tests/fdc-test.c       |   65 ++++++++++++++++++++-------
 tests/qemu-iotests/035 |    2 +-
 8 files changed, 159 insertions(+), 81 deletions(-)

Comments

Anthony Liguori May 30, 2012, 1:29 a.m. UTC | #1
On 05/25/2012 12:38 PM, Kevin Wolf wrote:
> The following changes since commit aeb29b6459cb9496b38c820f3faff64cf2369d0d:
>
>    audio: Always call fini on exit (2012-05-24 19:35:27 +0400)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> are available in the git repository at:
>    git://repo.or.cz/qemu/kevin.git for-anthony
>
> Jim Meyering (1):
>        qcow2: don't leak buffer for unexpected qcow_version in header
>
> Kevin Wolf (1):
>        qcow2: Check qcow2_alloc_clusters_at() return value
>
> MORITA Kazutaka (3):
>        sheepdog: mark image as snapshot when tag is specified
>        sheepdog: return -errno on error
>        sheepdog: use heap instead of stack for BDRVSheepdogState
>
> Pavel Hrdina (3):
>        fdc: floppy drive should be visible after start without media
>        fdc: fix media detection
>        fdc-test: introduced qtest no_media_on_start and cmos qtest for floppy
>
> Richard W.M. Jones (1):
>        qemu-img: Explain how rebase operation can be used to perform a 'diff' operation.
>
> Stefan Hajnoczi (1):
>        qemu-iotests: mark 035 qcow2-only
>
>   block/qcow2-cluster.c  |   23 ++++++----
>   block/qcow2.c          |    3 +-
>   block/sheepdog.c       |  113 +++++++++++++++++++++++++++++-------------------
>   hw/fdc.c               |   14 +++---
>   hw/pc.c                |    2 +-
>   qemu-img.texi          |   18 ++++++++
>   tests/fdc-test.c       |   65 ++++++++++++++++++++-------
>   tests/qemu-iotests/035 |    2 +-
>   8 files changed, 159 insertions(+), 81 deletions(-)
>
>