On 2013-09-20 13:54, Kevin Wolf wrote:
Block devices creates with -drive and drive_add should automatically
disappear if the guest device is unplugged. blockdev-add ones shouldn't.
Signed-off-by: Kevin Wolf <kw...@redhat.com>
---
tests/qemu-iotests/064 | 133 +++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/064.out | 80 +++++++++++++++++++++++
tests/qemu-iotests/common.filter | 8 +++
tests/qemu-iotests/group | 1 +
4 files changed, 222 insertions(+)
create mode 100755 tests/qemu-iotests/064
create mode 100644 tests/qemu-iotests/064.out
With manual CR reconstruction:
Reviewed-by: Max Reitz <mre...@redhat.com>