On Thu, Jan 23, 2020 at 02:53:42PM +0000, Peter Maydell wrote: > On Mon, 20 Jan 2020 at 10:18, Andrew Jones <drjo...@redhat.com> 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> > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > --- > > 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(-) > > > > > Applied to target-arm.next, thanks (I fixed up the checkpatch > nits). >
You mean the ones in include/elf.h? I had left those on purpose in order to exactly match the glibc elf.h. I just checked QEMU's elf.h, though, and see other changes were reformatted. Next time I'll do the same. Thanks, drew