diff options
| author | Andrew Jones <drjones@redhat.com> | 2020-01-23 15:22:40 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2020-01-23 15:34:04 +0000 |
| commit | 538baab245ca881e6a6ff720b5133f3ad1fcaafc (patch) | |
| tree | 3f3cf86474c86f1728b10d67aab057ae7220b92b /include/elf.h | |
| parent | acab923dce385b8eccb9d4de8fd6b99bfca6628d (diff) | |
| download | focaccia-qemu-538baab245ca881e6a6ff720b5133f3ad1fcaafc.tar.gz focaccia-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. |