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