Re: [Qemu-devel] [PATCH v3 3/5] target/arm: Add SVE to migration state

2018-01-29 Thread Peter Maydell
On 23 January 2018 at 03:53, Richard Henderson wrote: > Save the high parts of the Zregs and all of the Pregs. > The ZCR_ELx registers are migrated via the CP mechanism. > > Signed-off-by: Richard Henderson > --- > target/arm/machine.c | 53 >

Re: [Qemu-devel] [PATCH v3 3/5] target/arm: Add SVE to migration state

2018-01-26 Thread Alex Bennée
Richard Henderson writes: > Save the high parts of the Zregs and all of the Pregs. > The ZCR_ELx registers are migrated via the CP mechanism. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > target/arm/machine.c | 53 > ++

[Qemu-devel] [PATCH v3 3/5] target/arm: Add SVE to migration state

2018-01-22 Thread Richard Henderson
Save the high parts of the Zregs and all of the Pregs. The ZCR_ELx registers are migrated via the CP mechanism. Signed-off-by: Richard Henderson --- target/arm/machine.c | 53 1 file changed, 53 insertions(+) diff --git a/target/arm/machine.c