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
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 +++
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