qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 00/20] Block patches
Date: Tue, 20 Sep 2011 15:39:07 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

On 09/20/2011 06:11 AM, Kevin Wolf wrote:
The following changes since commit 530889ff95659d8fea81eb556e5706387fdddfa7:

   sun4u: don't set up isa_mem_base (2011-09-18 12:00:19 +0000)

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

Pulled.  Thanks.

Regards,

Anthony Liguori


Alexander Motin (1):
       AHCI Port Interrupt Enable register cleaning on soft reset

Fam Zheng (1):
       VMDK: fix leak of extent_file

Frediano Ziglio (2):
       posix-aio-compat: Removed unused offset variable
       block: avoid SIGUSR2

Kevin Wolf (1):
       raw-posix: Fix bdrv_flush error return values

Paolo Bonzini (11):
       nbd: support feature negotiation
       nbd: sync API definitions with upstream
       nbd: support NBD_SET_FLAGS ioctl
       scsi-generic: do not disable FUA
       dma-helpers: rename is_write to to_dev
       dma-helpers: allow including from target-independent code
       dma-helpers: rewrite completion/cancellation
       scsi-disk: commonize iovec creation between reads and writes
       scsi-disk: lazily allocate bounce buffer
       scsi: fix sign extension problems
       linux-aio: remove process requests callback

Sage Weil (4):
       rbd: ignore failures when reading from default conf location
       rbd: update comment heading
       rbd: call flush, if available
       rbd: allow escaping in config string

  block/nbd.c        |    4 +-
  block/raw-posix.c  |    9 +++++-
  block/rbd.c        |   83 ++++++++++++++++++++++++++++++++++----------------
  block/vmdk.c       |   14 ++++++--
  cpus.c             |    5 ---
  dma-helpers.c      |   58 +++++++++++++++++++++++------------
  dma.h              |   10 ++++--
  hw/ide/ahci.c      |    8 +++--
  hw/ide/core.c      |    2 +-
  hw/ide/macio.c     |    2 +-
  hw/scsi-bus.c      |   22 ++++---------
  hw/scsi-disk.c     |   84 +++++++++++++++++++++++++++++++---------------------
  hw/scsi-generic.c  |    6 ----
  linux-aio.c        |   11 +------
  nbd.c              |   42 +++++++++++++++++++++----
  nbd.h              |   20 ++++++++++--
  posix-aio-compat.c |   34 +++++++--------------
  qemu-nbd.c         |   13 ++++----
  18 files changed, 254 insertions(+), 173 deletions(-)






reply via email to

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