Am 01.10.2013 um 19:06 hat Eric Blake geschrieben: > On 10/01/2013 07:20 AM, 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> > > Reviewed-by: Max Reitz <mre...@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 > > Reviewed-by: Eric Blake <ebl...@redhat.com> > > > > + > > +_supported_fmt qcow2 > > +_supported_proto file > > +_supported_os Linux > > Is this test really Linux-only?
Probably most tests aren't, but all of them have "_supported_os Linux". If anyone wanted to use this for something, they'd have to make a bigger change than just to this patch. Kevin