qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 00/12] Block patches
Date: Thu, 07 Jun 2012 09:17:41 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 06/04/2012 07:13 PM, Kevin Wolf wrote:
The following changes since commit 8cc9b43f7c5f826b39af4b012ad89bb55faac29c:

   target-microblaze: lwx/swx: first implementation (2012-06-04 10:19:46 +0200)

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

Pulled.  Thanks.

Regards,

Anthony Liguori


Josh Durgin (1):
       rbd: hook up cache options

Kevin Wolf (3):
       qemu-img check -r for repairing images
       qemu-img check: Print fixed clusters and recheck
       qcow2: Support for fixing refcount inconsistencies

MORITA Kazutaka (1):
       sheepdog: add coroutine_fn markers to coroutine functions

Markus Armbruster (1):
       Un-inline fdctrl_init_isa()

Paolo Bonzini (4):
       block: implement is_allocated for raw
       stream: tweak usage of bdrv_co_is_allocated
       stream: move is_allocated_above to block.c
       stream: move rate limiting to a separate header file

Zhi Yong Wu (2):
       qcow2: remove a line of unnecessary code
       qcow2: fix the byte endian convertion

  block.c                  |   53 +++++++++++++++++++++-
  block.h                  |   13 +++++-
  block/qcow2-cluster.c    |    1 -
  block/qcow2-refcount.c   |   33 ++++++++++++--
  block/qcow2.c            |    5 +-
  block/qcow2.h            |    3 +-
  block/qed-check.c        |    2 +
  block/qed.c              |    5 +-
  block/raw-posix.c        |   98 +++++++++++++++++++++++++++++++++++++++++
  block/raw.c              |    8 +++
  block/rbd.c              |   19 ++++++++
  block/sheepdog.c         |    9 ++--
  block/stream.c           |  109 +++++++---------------------------------------
  block/vdi.c              |    7 +++-
  block_int.h              |    3 +-
  hw/fdc.c                 |   20 ++++++++
  hw/fdc.h                 |   24 +---------
  hw/ide/piix.c            |    3 +-
  hw/isa.h                 |    2 -
  hw/pc_sysfw.c            |    1 +
  include/qemu/ratelimit.h |   48 ++++++++++++++++++++
  qemu-common.h            |    1 +
  qemu-img-cmds.hx         |    4 +-
  qemu-img.c               |   35 +++++++++++++-
  qemu-img.texi            |    7 +++-
  25 files changed, 369 insertions(+), 144 deletions(-)
  create mode 100644 include/qemu/ratelimit.h






reply via email to

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