]> xenbits.xensource.com Git - qemu-xen.git/commit
tests/tcg/aarch64: add a gdbstub testcase for SVE registers
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Mar 2020 17:21:50 +0000 (17:21 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 17 Mar 2020 17:38:47 +0000 (17:38 +0000)
commitcf58773f1c233e3bb43abc4b4b0aaad60ce9a6be
treeb78f4cd106b37bdf1b7ff5342feb377bf9129fcc
parentdb2ea0dd1b73c8cfcd53de94bfcec37726587199
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>
tests/.gitignore
tests/tcg/aarch64/Makefile.target
tests/tcg/aarch64/gdbstub/test-sve.py [new file with mode: 0644]