qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PULL 00/10] Block patches


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PULL 00/10] Block patches
Date: Thu, 04 Nov 2010 08:23:09 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10

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

[Prev in Thread] Current Thread [Next in Thread]