The following changes since commit 2d03b49c3f225994c4b0b46146437d8c887d6774:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140417-1' into staging (2014-04-17 21:37:26 +0100) are available in the git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to 370e681629da587af7592a7b83ebc7ec4955461e: block/cloop: use PRIu32 format specifier for uint32_t (2014-04-23 11:34:10 +0200) ---------------------------------------------------------------- Block patches ---------------------------------------------------------------- Aakriti Gupta (1): convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create() Fam Zheng (4): vmdk: Fix %d and %lld to PRI* in format strings block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap qemu-img: Improve error messages vmdk: Fix "%x" to PRIx32 in format strings for cid Kevin Wolf (9): block: Fix nb_sectors check in bdrv_check_byte_request() block: Limit size to INT_MAX in bdrv_check_byte_request() block: Catch integer overflow in bdrv_rw_co() block: Check bdrv_getlength() return value in bdrv_make_zero() block: Remove -errno return value from bdrv_assign_node_name block: Add errp to bdrv_new() qemu-img: Avoid duplicate block device IDs block: Catch duplicate IDs in bdrv_new() qemu-iotests: Check common namespace for id and node-name Maria Kustova (1): curl: Replaced old error handling with error reporting API. Stefan Hajnoczi (1): block/cloop: use PRIu32 format specifier for uint32_t block-migration.c | 30 ++++++++++-- block.c | 69 +++++++++++++++++++-------- block/cloop.c | 12 ++--- block/curl.c | 2 +- block/iscsi.c | 2 +- block/mirror.c | 5 +- block/qed.c | 16 ++++--- block/vmdk.c | 23 ++++----- block/vvfat.c | 2 +- blockdev.c | 15 +++--- hw/block/xen_disk.c | 7 ++- include/block/block.h | 5 +- qemu-img.c | 116 +++++++++++++++++++++++++++------------------ qemu-io.c | 2 +- qemu-nbd.c | 3 +- tests/qemu-iotests/084.out | 5 +- tests/qemu-iotests/087 | 85 +++++++++++++++++++++++++++++++++ tests/qemu-iotests/087.out | 18 +++++++ 18 files changed, 302 insertions(+), 115 deletions(-)