diff options
author | Andrew Jones | 2020-01-23 16:22:40 +0100 |
---|---|---|
committer | Peter Maydell | 2020-01-23 16:34:04 +0100 |
commit | 538baab245ca881e6a6ff720b5133f3ad1fcaafc (patch) | |
tree | 3f3cf86474c86f1728b10d67aab057ae7220b92b /include/elf.h | |
parent | qemu-block-drivers: Convert to rST (diff) | |
download | qemu-538baab245ca881e6a6ff720b5133f3ad1fcaafc.tar.gz qemu-538baab245ca881e6a6ff720b5133f3ad1fcaafc.tar.xz qemu-538baab245ca881e6a6ff720b5133f3ad1fcaafc.zip |
target/arm/arch_dump: Add SVE notes
When dumping a guest with dump-guest-memory also dump the SVE
registers if they are in use.
Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200120101832.18781-1-drjones@redhat.com
[PMM: fixed checkpatch nits]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/elf.h')
-rw-r--r-- | include/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h index 3501e0c8d0..8fbfe60e09 100644 --- a/include/elf.h +++ b/include/elf.h @@ -1650,6 +1650,7 @@ typedef struct elf64_shdr { #define NT_ARM_HW_BREAK 0x402 /* ARM hardware breakpoint registers */ #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ #define NT_ARM_SYSTEM_CALL 0x404 /* ARM system call number */ +#define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension regs */ /* * Physical entry point into the kernel. |