qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 00/15] Block patches
Date: Wed, 15 Feb 2012 18:31:41 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

On 02/10/2012 06:47 AM, Kevin Wolf wrote:
The following changes since commit 57c83dacfe179bf061b8fa79d9553ebabe4d2ff4:

   make: Remove duplicate use of GLIB_CFLAGS (2012-02-09 20:44:38 +0400)

Pulled.  Thanks.

Regards,

Anthony Liguori


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

Alexander Graf (2):
       AHCI: Fix port reset race
       AHCI: Masking of IRQs actually masks them

Charles Arnold (1):
       vpc: Add support for Fixed Disk type

Dong Xu Wang (1):
       rewrite QEMU_BUILD_BUG_ON

Kevin Wolf (3):
       vpc: Round up image size during fixed image creation
       qcow2: Update whole header at once
       qcow2: Keep unknown header extension when rewriting header

MORITA Kazutaka (1):
       sheepdog: fix co_recv coroutine context

Ronnie Sahlberg (1):
       iSCSI: add configuration variables for iSCSI

Stefan Hajnoczi (6):
       cutils: extract buffer_is_zero() from qemu-img.c
       block: add .bdrv_co_write_zeroes() interface
       block: perform zero-detection during copy-on-read
       qed: replace is_write with flags field
       qed: add .bdrv_co_write_zeroes() support
       qemu-io: add write -z option for bdrv_co_write_zeroes

  block.c          |   67 +++++++++++--
  block.h          |    8 ++
  block/iscsi.c    |  139 +++++++++++++++++++++++++--
  block/qcow2.c    |  194 ++++++++++++++++++++++++++------------
  block/qcow2.h    |    9 ++
  block/qed.c      |  125 +++++++++++++++++++++---
  block/qed.h      |    7 +-
  block/sheepdog.c |    3 +
  block/vpc.c      |  282 ++++++++++++++++++++++++++++++++++++-----------------
  block_int.h      |    8 ++
  compiler.h       |    4 +-
  cutils.c         |   35 +++++++
  hw/ide/ahci.c    |    7 ++
  qemu-common.h    |    2 +
  qemu-config.c    |   27 +++++
  qemu-doc.texi    |   54 ++++++++++-
  qemu-img.c       |   46 ++--------
  qemu-io.c        |   77 +++++++++++++--
  qemu-options.hx  |   16 +++-
  trace-events     |    3 +-
  vl.c             |    8 ++
  21 files changed, 881 insertions(+), 240 deletions(-)






reply via email to

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