Re: [Qemu-devel] [PATCH 0/6] target/arm: Complete ARMv8.3-PAuth linux-user

2019-02-01 Thread Peter Maydell
On Fri, 25 Jan 2019 at 22:57, Richard Henderson wrote: > > (1) Fix a bug I introduced at the last moment in the last > patch set -- enable pac keys during reset, not before. > (2) Add the HWCAP bits. > (3) Add the new prctl > (4) Add a smoke test so that (1) doesn't happen again. > > > r~ > >

[Qemu-devel] [PATCH 0/6] target/arm: Complete ARMv8.3-PAuth linux-user

2019-01-25 Thread Richard Henderson
(1) Fix a bug I introduced at the last moment in the last patch set -- enable pac keys during reset, not before. (2) Add the HWCAP bits. (3) Add the new prctl (4) Add a smoke test so that (1) doesn't happen again. r~ Richard Henderson (6): target/arm: Always enable pac keys for user-only