qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/15] Block patches
@ 2012-02-10 12:47 Kevin Wolf
  2012-02-10 12:47 ` [Qemu-devel] [PATCH 01/15] cutils: extract buffer_is_zero() from qemu-img.c Kevin Wolf
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Kevin Wolf @ 2012-02-10 12:47 UTC (permalink / raw)
  To: anthony; +Cc: kwolf, qemu-devel

The following changes since commit 57c83dacfe179bf061b8fa79d9553ebabe4d2ff4:

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

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(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-02-16  0:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10 12:47 [Qemu-devel] [PULL 00/15] Block patches Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 01/15] cutils: extract buffer_is_zero() from qemu-img.c Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 02/15] block: add .bdrv_co_write_zeroes() interface Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 03/15] block: perform zero-detection during copy-on-read Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 04/15] qed: replace is_write with flags field Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 05/15] qed: add .bdrv_co_write_zeroes() support Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 06/15] qemu-io: add write -z option for bdrv_co_write_zeroes Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 07/15] iSCSI: add configuration variables for iSCSI Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 08/15] vpc: Add support for Fixed Disk type Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 09/15] vpc: Round up image size during fixed image creation Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 10/15] qcow2: Update whole header at once Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 11/15] qcow2: Keep unknown header extension when rewriting header Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 12/15] rewrite QEMU_BUILD_BUG_ON Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 13/15] AHCI: Fix port reset race Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 14/15] sheepdog: fix co_recv coroutine context Kevin Wolf
2012-02-10 12:47 ` [Qemu-devel] [PATCH 15/15] AHCI: Masking of IRQs actually masks them Kevin Wolf
2012-02-15 10:14 ` [Qemu-devel] [PULL 00/15] Block patches Kevin Wolf
2012-02-16  0:31 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).