Re: [Qemu-devel] [PATCH v2 01/27] target/arm: Add state for the ARMv8.3-PAuth extension

2019-01-04 Thread Peter Maydell
On Fri, 14 Dec 2018 at 05:24, Richard Henderson wrote: > > Add storage space for the 5 encryption keys. > > Signed-off-by: Richard Henderson > > v2: Remove pointless double migration. > Use a struct to make it clear which half is which. > --- Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH v2 01/27] target/arm: Add state for the ARMv8.3-PAuth extension

2018-12-13 Thread Richard Henderson
Add storage space for the 5 encryption keys. Signed-off-by: Richard Henderson v2: Remove pointless double migration. Use a struct to make it clear which half is which. --- target/arm/cpu.h | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a