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

2019-10-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191004094609.32714-1-drjo...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20191004094609.32714-1-drjo...@redhat.com Subject: [PATCH] target/arm/arch_dump: Add SVE

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

2019-10-04 Thread Andrew Jones
On Fri, Oct 04, 2019 at 11:46:09AM +0200, 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 > --- > include/elf.h | 2 + > target/arm/arch_dump.c | 133 +++

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

2019-10-04 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 --- include/elf.h | 2 + target/arm/arch_dump.c | 133 - 2 files changed, 133 insertions(+), 2 deletions(-) diff --git a/inc