The following changes since commit 6bbbb0ac136102098a70b97ab0c07bc7bf53131c:
target-arm: Fix warn about implicit conversion (2016-08-12 11:12:24 +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 7d3e693646ad07459e04898663b37000858b4c20: iotests: Test case for wrong runtime option types (2016-08-15 15:52:29 +0200) ---------------------------------------------------------------- Block layer patches for 2.7.0-rc3 ---------------------------------------------------------------- Max Reitz (5): block/ssh: Use QemuOpts for runtime options block/nbd: Use QemuOpts for runtime options block/blkdebug: Store config filename block/nbd: Store runtime option values iotests: Test case for wrong runtime option types block/blkdebug.c | 17 +++-- block/nbd.c | 159 ++++++++++++++++++++++++++++++--------------- block/ssh.c | 79 +++++++++++++++------- tests/qemu-iotests/162 | 96 +++++++++++++++++++++++++++ tests/qemu-iotests/162.out | 17 +++++ tests/qemu-iotests/group | 1 + 6 files changed, 286 insertions(+), 83 deletions(-) create mode 100755 tests/qemu-iotests/162 create mode 100644 tests/qemu-iotests/162.out