The following changes since commit 7f21573c822805a8e6be379d9bcf3ad9effef3dc:
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-10-01' into staging (2019-10-01 13:13:38 +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 352492e5541e293ea8117412ffd171ce1c7ac15d: iotests: Remove Python 2 compatibility code (2019-10-02 16:47:23 +0200) ---------------------------------------------------------------- Block layer patches: - Fix internal snapshots with typical -blockdev setups - iotests: Require Python 3.6 or later ---------------------------------------------------------------- Kevin Wolf (4): block/snapshot: Restrict set of snapshot nodes iotests: Test internal snapshots with -blockdev iotests: Require Python 3.6 or later iotests: Remove Python 2 compatibility code block/snapshot.c | 26 ++++-- tests/qemu-iotests/044 | 3 - tests/qemu-iotests/163 | 3 - tests/qemu-iotests/267 | 168 ++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/267.out | 182 +++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/check | 13 ++- tests/qemu-iotests/common.filter | 11 ++- tests/qemu-iotests/group | 1 + tests/qemu-iotests/iotests.py | 13 +-- 9 files changed, 392 insertions(+), 28 deletions(-) create mode 100755 tests/qemu-iotests/267 create mode 100644 tests/qemu-iotests/267.out