Re: [PATCH v1 23/28] tests/tcg/aarch64: add a gdbstub testcase for SVE registers

2020-03-17 Thread Philippe Mathieu-Daudé
On 3/16/20 6:21 PM, Alex Bennée wrote: 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 Tested-by: Philippe Mathieu-Daudé

[PATCH v1 23/28] tests/tcg/aarch64: add a gdbstub testcase for SVE registers

2020-03-16 Thread 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 --- v5 - properly plumb in - skip if fails to connect ---