The following changes since commit 5913815a17387a5e9825c734ccab760588471ee5:
Update version for v2.0.0-rc1 release (2014-04-03 15:51:01 +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 54bee5c2b487250dcb8631ddff4307f329ec0541: dataplane: replace iothread object_add() with embedded instance (2014-04-04 20:48:13 +0200) ---------------------------------------------------------------- Block patches for 2.0.0 ---------------------------------------------------------------- Fam Zheng (1): iscsi: Don't set error if already set in iscsi_do_inquiry Kevin Wolf (6): qcow2: Flush metadata during read-only reopen qcow2: Put cache reference in error case block: Don't parse 'filename' option qemu-iotests: Remove CR line endings in reference output block: Fix snapshot=on for protocol parsed from filename block: Check bdrv_getlength() return value in bdrv_append_temp_snapshot() Peter Maydell (1): dma-helpers: Initialize DMAAIOCB in_cancel flag Stefan Hajnoczi (2): iothread: make IOThread struct definition public dataplane: replace iothread object_add() with embedded instance block.c | 161 ++++++++++++++++++++++------------------ block/iscsi.c | 6 +- block/qcow2-cluster.c | 1 + block/qcow2.c | 25 ++++++- dma-helpers.c | 1 + hw/block/dataplane/virtio-blk.c | 31 +++----- include/block/block.h | 1 + include/sysemu/iothread.h | 12 ++- iothread.c | 11 --- tests/qemu-iotests/039 | 20 +++++ tests/qemu-iotests/039.out | 11 +++ tests/qemu-iotests/051 | 12 +++ tests/qemu-iotests/051.out | 49 ++++++++++-- 13 files changed, 225 insertions(+), 116 deletions(-)