Re: [PATCH v5 18/22] tests/tcg/aarch64: add a gdbstub testcase for SVE registers

2020-01-15 Thread Alex Bennée
Richard Henderson writes: > On 1/14/20 5:09 AM, 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 Be

Re: [PATCH v5 18/22] tests/tcg/aarch64: add a gdbstub testcase for SVE registers

2020-01-15 Thread Richard Henderson
On 1/14/20 5:09 AM, 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 > > --- > v5 > - properly pl

[PATCH v5 18/22] tests/tcg/aarch64: add a gdbstub testcase for SVE registers

2020-01-14 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 --- tests/.gitignore