mbox

[PULL,0/5] Block patches for 1.1

Message ID 1336413354-5244-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 7, 2012, 5:55 p.m. UTC
The following changes since commit 847c25d01cbe8e4fe457a7426f82daaaf3287aae:

  hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writes (2012-05-07 16:31:40 +0400)

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

Hervé Poussineau (1):
      fdc: simplify media change handling

Kevin Wolf (1):
      qcow2: Limit COW to where it's needed

MORITA Kazutaka (1):
      sheepdog: switch to writethrough mode if cluster doesn't support flush

Zhi Yong Wu (2):
      block: make bdrv_create adopt coroutine
      qcow2: lock on prealloc

 block.c               |   44 ++++++++++++++++++++++++++++++++++++++++++--
 block/qcow2-cluster.c |   14 +++++++++-----
 block/qcow2.c         |    3 +++
 block/sheepdog.c      |    8 ++++++++
 hw/fdc.c              |   29 +++++++++++------------------
 5 files changed, 73 insertions(+), 25 deletions(-)

Comments

Anthony Liguori May 8, 2012, 4:11 p.m. UTC | #1
On 05/07/2012 12:55 PM, Kevin Wolf wrote:
> The following changes since commit 847c25d01cbe8e4fe457a7426f82daaaf3287aae:
>
>    hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writes (2012-05-07 16:31:40 +0400)
>
> are available in the git repository at:
>    git://repo.or.cz/qemu/kevin.git for-anthony

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Hervé Poussineau (1):
>        fdc: simplify media change handling
>
> Kevin Wolf (1):
>        qcow2: Limit COW to where it's needed
>
> MORITA Kazutaka (1):
>        sheepdog: switch to writethrough mode if cluster doesn't support flush
>
> Zhi Yong Wu (2):
>        block: make bdrv_create adopt coroutine
>        qcow2: lock on prealloc
>
>   block.c               |   44 ++++++++++++++++++++++++++++++++++++++++++--
>   block/qcow2-cluster.c |   14 +++++++++-----
>   block/qcow2.c         |    3 +++
>   block/sheepdog.c      |    8 ++++++++
>   hw/fdc.c              |   29 +++++++++++------------------
>   5 files changed, 73 insertions(+), 25 deletions(-)
>
>