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

2020-01-23 Thread Andrew Jones
On Thu, Jan 23, 2020 at 02:53:42PM +, Peter Maydell wrote: > On Mon, 20 Jan 2020 at 10:18, 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 > > Reviewed-by: Richard Henderson > > --

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

2020-01-23 Thread Peter Maydell
On Mon, 20 Jan 2020 at 10:18, 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 > Reviewed-by: Richard Henderson > --- > include/elf.h | 2 + > target/arm/arch_dump.c | 124 +++

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

2020-01-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200120101832.18781-1-drjo...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200120101832.18781-1-drjo...@redhat.com Type: series Subject: [PATCH REPOST v3] target/arm/arch_dump

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

2020-01-20 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 Reviewed-by: Richard Henderson --- include/elf.h | 2 + target/arm/arch_dump.c | 124 - target/arm/cpu.h | 25 +++