mbox

[PULL,00/16] Block patches for 1.0

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

Pull-request

git://repo.or.cz/qemu/kevin.git block-stable

Message

Kevin Wolf Nov. 11, 2011, 5:39 p.m. UTC
The following changes since commit 0e3b800e71cb7759d099eabbd8ad4c4fe848e381:

  hw/lan9118.c: Add missing 'break' to fix buffer overrun (2011-11-10 12:29:50 +0000)

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

Charles Arnold (1):
      block: Fix vpc initialization of the Dynamic Disk Header

Kevin Wolf (4):
      vvfat: Fix read-write mode
      block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
      block: Introduce bdrv_co_flush_to_os
      block: Make cache=unsafe flush to the OS

Paolo Bonzini (10):
      block: add eject request callback
      atapi: implement eject requests
      scsi-disk: implement eject requests
      nbd: treat EPIPE from NBD_DO_IT as success
      qemu-nbd: trap SIGTERM
      qemu-nbd: rename socket variable
      qemu-nbd: move client to a thread
      qemu-nbd: print error messages from the daemon through a pipe
      qemu-nbd: fix socket creation race
      qemu-nbd: open the block device after starting the client thread

Peter Maydell (1):
      hw/pc.c: Fix use-while-uninitialized of fd_type[]

 block.c           |   30 +++++-
 block.h           |   10 ++
 block/cow.c       |   22 ++--
 block/qcow.c      |   18 ++--
 block/qcow2.c     |   14 ++-
 block/raw-win32.c |   15 ++-
 block/raw.c       |    8 +-
 block/rbd.c       |   10 +-
 block/vdi.c       |    2 +-
 block/vmdk.c      |    4 +-
 block/vpc.c       |   14 ++-
 block/vvfat.c     |   44 ++++----
 block_int.h       |   14 +++-
 blockdev.c        |   10 +-
 hw/ide/atapi.c    |   11 ++-
 hw/ide/core.c     |   13 +++
 hw/pc.c           |    4 +-
 hw/scsi-disk.c    |   24 ++++-
 nbd.c             |    7 ++
 qemu-nbd.c        |  298 ++++++++++++++++++++++++++++++++++-------------------
 20 files changed, 383 insertions(+), 189 deletions(-)

Comments

Anthony Liguori Nov. 13, 2011, 5:44 p.m. UTC | #1
On 11/11/2011 11:39 AM, Kevin Wolf wrote:
> The following changes since commit 0e3b800e71cb7759d099eabbd8ad4c4fe848e381:
>
>    hw/lan9118.c: Add missing 'break' to fix buffer overrun (2011-11-10 12:29:50 +0000)
>
> are available in the git repository at:
>    git://repo.or.cz/qemu/kevin.git block-stable

Pushed.  Thanks.

Regards,

Anthony Liguori

>
> Charles Arnold (1):
>        block: Fix vpc initialization of the Dynamic Disk Header
>
> Kevin Wolf (4):
>        vvfat: Fix read-write mode
>        block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
>        block: Introduce bdrv_co_flush_to_os
>        block: Make cache=unsafe flush to the OS
>
> Paolo Bonzini (10):
>        block: add eject request callback
>        atapi: implement eject requests
>        scsi-disk: implement eject requests
>        nbd: treat EPIPE from NBD_DO_IT as success
>        qemu-nbd: trap SIGTERM
>        qemu-nbd: rename socket variable
>        qemu-nbd: move client to a thread
>        qemu-nbd: print error messages from the daemon through a pipe
>        qemu-nbd: fix socket creation race
>        qemu-nbd: open the block device after starting the client thread
>
> Peter Maydell (1):
>        hw/pc.c: Fix use-while-uninitialized of fd_type[]
>
>   block.c           |   30 +++++-
>   block.h           |   10 ++
>   block/cow.c       |   22 ++--
>   block/qcow.c      |   18 ++--
>   block/qcow2.c     |   14 ++-
>   block/raw-win32.c |   15 ++-
>   block/raw.c       |    8 +-
>   block/rbd.c       |   10 +-
>   block/vdi.c       |    2 +-
>   block/vmdk.c      |    4 +-
>   block/vpc.c       |   14 ++-
>   block/vvfat.c     |   44 ++++----
>   block_int.h       |   14 +++-
>   blockdev.c        |   10 +-
>   hw/ide/atapi.c    |   11 ++-
>   hw/ide/core.c     |   13 +++
>   hw/pc.c           |    4 +-
>   hw/scsi-disk.c    |   24 ++++-
>   nbd.c             |    7 ++
>   qemu-nbd.c        |  298 ++++++++++++++++++++++++++++++++++-------------------
>   20 files changed, 383 insertions(+), 189 deletions(-)
>
>