Re: [PATCH v3] target/arm/arch_dump: Add SVE notes

2019-10-16 Thread Richard Henderson
On 10/16/19 9:37 AM, Andrew Jones wrote: > When dumping a guest with dump-guest-memory also dump the SVE > registers if they are in use. > > Signed-off-by: Andrew Jones > --- > v3: > - Pulled sve_bswap64 out of kvm64.c and reused it here > - Changed fpsr_offset and sve_size to only align to a

[PATCH v3] target/arm/arch_dump: Add SVE notes

2019-10-16 Thread Andrew Jones
When dumping a guest with dump-guest-memory also dump the SVE registers if they are in use. Signed-off-by: Andrew Jones --- v3: - Pulled sve_bswap64 out of kvm64.c and reused it here - Changed fpsr_offset and sve_size to only align to a 16 byte boundary from the note payload offset, not