The following changes since commit cf5198d58088e3b416fe517b3946e5120b342761:
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160805' into staging (2016-08-08 10:39:18 +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 a752e4786c19b0b368f4521a5dcbcce14882c3b1: iotests: fix 109 (2016-08-08 13:05:43 +0200) ---------------------------------------------------------------- More block layer patches for 2.7.0-rc2 ---------------------------------------------------------------- Alberto Garcia (1): tests: Test blockjob IDs Kevin Wolf (1): block/qdev: Let 'drive' property fall back to node name Vladimir Sementsov-Ogievskiy (2): mirror: finish earlier on error iotests: fix 109 block/mirror.c | 4 ++ hw/core/qdev-properties-system.c | 11 ++- tests/Makefile.include | 2 + tests/qemu-iotests/109 | 2 +- tests/qemu-iotests/109.out | 8 +-- tests/qemu-iotests/common.filter | 6 ++ tests/test-blockjob.c | 147 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 174 insertions(+), 6 deletions(-) create mode 100644 tests/test-blockjob.c