diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2020-07-11 10:59:26 +0400 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-07-17 14:20:57 +0200 |
commit | a08464521ccb302a24c7785f50ce32473904136c (patch) | |
tree | 0a6392987609f28449a16ba2f7de5c9280118f9c /tests/qemu-iotests/158 | |
parent | 4b7c5bc447070bd1573bc8ae7294f3a64525c20b (diff) | |
download | qemu-a08464521ccb302a24c7785f50ce32473904136c.zip qemu-a08464521ccb302a24c7785f50ce32473904136c.tar.gz qemu-a08464521ccb302a24c7785f50ce32473904136c.tar.bz2 |
Remove VXHS block device
The vxhs code doesn't compile since v2.12.0. There's no point in fixing
and then adding CI for a config that our users have demonstrated that
they do not use; better to just remove it.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200711065926.2204721-1-marcandre.lureau@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/158')
-rwxr-xr-x | tests/qemu-iotests/158 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qemu-iotests/158 b/tests/qemu-iotests/158 index 3175968..cf23742 100755 --- a/tests/qemu-iotests/158 +++ b/tests/qemu-iotests/158 @@ -38,7 +38,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt qcow qcow2 _supported_proto generic -_unsupported_proto vxhs size=128M |