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 <drjo...@redhat.com> > --- > 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 > from the note head. Doing this makes it consistent > with the documentation and what gcore does. Testing > shows that the elf headers and gdb are still happy. > - Added blank lines between functions > > > include/elf.h | 2 + > target/arm/arch_dump.c | 124 ++++++++++++++++++++++++++++++++++++++++- > target/arm/cpu.h | 25 +++++++++ > target/arm/kvm64.c | 24 -------- > 4 files changed, 149 insertions(+), 26 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~