On 11/04/2010 08:15 AM, Kevin Wolf wrote:
The following changes since commit 5fc9cfedfa09199e10b5f9b67dcd286bfeae4f7a:

   Fold send_all() wrapper unix_write() into one function (2010-11-03 12:48:09 
-0500)

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

Blue Swirl (1):
       block: avoid a warning on 64 bit hosts with long as int64_t

Kevin Wolf (9):
       scsi-disk: Implement rerror option
       block: Allow bdrv_flush to return errors
       scsi-disk: Complete failed requests in scsi_disk_emulate_command
       scsi-disk: Implement werror for flushes
       vpc: Implement bdrv_flush
       qcow2: Invalidate cache after failed read
       ide: Handle immediate bdrv_aio_flush failure
       virtio-blk: Handle immediate flush failure properly
       scsi-disk: Fix immediate failure of bdrv_aio_*

Pulled.  Thanks.

Regards,

Anthony Liguori

  block.c                |   21 ++++++-
  block.h                |    2 +-
  block/blkdebug.c       |    4 +-
  block/blkverify.c      |    8 +-
  block/cow.c            |    4 +-
  block/qcow.c           |    4 +-
  block/qcow2-cluster.c  |    1 +
  block/qcow2-refcount.c |    1 +
  block/qcow2.c          |    4 +-
  block/raw-posix.c      |    4 +-
  block/raw-win32.c      |    9 +++-
  block/raw.c            |    4 +-
  block/vdi.c            |    4 +-
  block/vmdk.c           |    4 +-
  block/vpc.c            |   21 ++++---
  block_int.h            |    2 +-
  blockdev.c             |    6 +-
  hw/ide/core.c          |   12 +++-
  hw/scsi-disk.c         |  147 +++++++++++++++++++++++++++++++----------------
  hw/virtio-blk.c        |    2 +-
  20 files changed, 172 insertions(+), 92 deletions(-)


Reply via email to