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). -- PMM