Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-17 | tests/tcg/aarch64: add test-sve-ioctl guest-debug test | Alex Bennée | |
This test exercises the gdbstub while runing the sve-iotcl test. I haven't plubmed it into make system as we need a way of verifying if gdb has the right support for SVE. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20200316172155.971-26-alex.bennee@linaro.org> | |||
2020-03-17 | tests/tcg/aarch64: add a gdbstub testcase for SVE registers | Alex Bennée | |
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> |