[Qemu-devel] [PATCH RISU 0/2] Do not enable --sve by default

Richard Henderson posted 2 patches 5 years, 2 months ago
Failed in applying to current master (apply log)
risugen        |  3 ++-
test_aarch64.s | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH RISU 0/2] Do not enable --sve by default
Posted by Richard Henderson 5 years, 2 months ago
In the process of noticing what the problem was, 
add fp regs to the aarch64 smoke test.


r~


Richard Henderson (2):
  aarch64: Fill in fp regs for test_aarch64.s
  risugen: Default to sve off

 risugen        |  3 ++-
 test_aarch64.s | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 1 deletion(-)

-- 
2.17.2


Re: [Qemu-devel] [PATCH RISU 0/2] Do not enable --sve by default
Posted by Peter Maydell 5 years, 2 months ago
On Wed, 6 Feb 2019 at 10:14, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> In the process of noticing what the problem was,
> add fp regs to the aarch64 smoke test.
>
>

Applied to risu master, thanks.

-- PMM