qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Jones <drjones@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, agraf@suse.de, armbru@redhat.com,
	qemu-arm@nongnu.org, qemu-ppc@nongnu.org, afaerber@suse.de,
	rth@twiddle.net
Subject: [Qemu-devel] [PATCH v4 7/8] elf: add arm note types
Date: Mon, 11 Jan 2016 20:56:24 +0100	[thread overview]
Message-ID: <1452542185-10914-8-git-send-email-drjones@redhat.com> (raw)
In-Reply-To: <1452542185-10914-1-git-send-email-drjones@redhat.com>

Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
---
 include/elf.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/elf.h b/include/elf.h
index 66add810df144..1098d217ec7ff 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -1471,6 +1471,11 @@ typedef struct elf64_shdr {
 #define NT_PPC_VMX       0x100          /* PowerPC Altivec/VMX registers */
 #define NT_PPC_SPE       0x101          /* PowerPC SPE/EVR registers */
 #define NT_PPC_VSX       0x102          /* PowerPC VSX registers */
+#define NT_ARM_VFP      0x400           /* ARM VFP/NEON registers */
+#define NT_ARM_TLS      0x401           /* ARM TLS register */
+#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 */
 
 
 /* Note header in a PT_NOTE section */
-- 
2.4.3

  parent reply	other threads:[~2016-01-11 19:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-11 19:56 [Qemu-devel] [PATCH v4 0/8] target-arm: enable qmp-dump-guest-memory Andrew Jones
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 1/8] qapi-schema: dump-guest-memory: Improve text Andrew Jones
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 2/8] dump: qemunotes aren't commonly needed Andrew Jones
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 3/8] dump: allow target to set the page size Andrew Jones
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 4/8] dump: allow target to set the physical base Andrew Jones
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 5/8] target-arm: support QMP dump-guest-memory Andrew Jones
2016-01-15 14:56   ` Peter Maydell
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 6/8] target-arm: dump-guest-memory: add prfpreg notes for aarch64 Andrew Jones
2016-01-11 19:56 ` Andrew Jones [this message]
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 8/8] target-arm: dump-guest-memory: add vfp notes for arm Andrew Jones
2016-01-15 14:43 ` [Qemu-devel] [PATCH v4 0/8] target-arm: enable qmp-dump-guest-memory Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452542185-10914-8-git-send-email-drjones@redhat.com \
    --to=drjones@redhat.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=armbru@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).