tests/tcg/aarch64: add SVE iotcl test
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Mar 2020 17:21:51 +0000 (17:21 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 17 Mar 2020 17:38:47 +0000 (17:38 +0000)
commit2b6d6371a94cab1c351fed5a0bc323eb48829cfd
tree7a93d3f5c3eca4a024153090e3236b672162c949
parentcf58773f1c233e3bb43abc4b4b0aaad60ce9a6be
tests/tcg/aarch64: add SVE iotcl test

This is a fairly bare-bones test of setting the various vector sizes
for SVE which will only fail if the PR_SVE_SET_VL can't reduce the
user-space vector length by powers of 2.

However we will also be able to use it in a future test which
exercises the GDB stub.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200316172155.971-25-alex.bennee@linaro.org>
tests/tcg/aarch64/Makefile.target
tests/tcg/aarch64/sve-ioctls.c [new file with mode: 0644]