diff options
| author | Alex Bennée | 2020-03-16 18:21:50 +0100 |
|---|---|---|
| committer | Alex Bennée | 2020-03-17 18:38:47 +0100 |
| commit | cf58773f1c233e3bb43abc4b4b0aaad60ce9a6be (patch) | |
| tree | b78f4cd106b37bdf1b7ff5342feb377bf9129fcc /tests/.gitignore | |
| parent | tests/guest-debug: add a simple test runner (diff) | |
| download | qemu-cf58773f1c233e3bb43abc4b4b0aaad60ce9a6be.tar.gz qemu-cf58773f1c233e3bb43abc4b4b0aaad60ce9a6be.tar.xz qemu-cf58773f1c233e3bb43abc4b4b0aaad60ce9a6be.zip | |
tests/tcg/aarch64: add a gdbstub testcase for SVE registers
A very simple test case which sets and reads SVE registers while
running a test case. We don't really need to compile a SVE binary for
this case but we will later so keep it simple for now.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200316172155.971-24-alex.bennee@linaro.org>
Diffstat (limited to 'tests/.gitignore')
| -rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 7306866f21..d03c037d77 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -10,6 +10,7 @@ qht-bench rcutorture test-* !test-*.c +!test-*.py !docker/test-* test-qapi-commands.[ch] test-qapi-init-commands.[ch] |
