This fixes internal snapshots with separately defined protocol nodes (like libvirt will do with -blockdev).
Kevin Wolf (2): block/snapshot: Restrict set of snapshot nodes iotests: Test internal snapshots with -blockdev block/snapshot.c | 26 +++-- tests/qemu-iotests/267 | 165 ++++++++++++++++++++++++++++ tests/qemu-iotests/267.out | 182 +++++++++++++++++++++++++++++++ tests/qemu-iotests/common.filter | 5 +- tests/qemu-iotests/group | 1 + 5 files changed, 368 insertions(+), 11 deletions(-) create mode 100755 tests/qemu-iotests/267 create mode 100644 tests/qemu-iotests/267.out -- 2.20.1