From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: Ian.Campbell@citrix.com, david.vrabel@citrix.com,
Ian.Jackson@eu.citrix.com, Tim.Deegan@citrix.com,
stefano.stabellini@eu.citrix.com
Subject: [PATCH v6 3/5] arm: compile xentrace
Date: Fri, 2 Mar 2012 16:25:28 +0000 [thread overview]
Message-ID: <1330705530-10687-3-git-send-email-stefano.stabellini@eu.citrix.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1203021611510.923@kaball-desktop>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
---
tools/xentrace/xenctx.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/tools/xentrace/xenctx.c b/tools/xentrace/xenctx.c
index a12cc21..530ef65 100644
--- a/tools/xentrace/xenctx.c
+++ b/tools/xentrace/xenctx.c
@@ -60,6 +60,12 @@ int disp_ar_regs;
int disp_br_regs;
int disp_bank_regs;
int disp_tlb;
+
+#elif defined(__arm__)
+#define NO_TRANSLATION
+typedef uint64_t guest_word_t;
+#define FMT_32B_WORD "%08llx"
+#define FMT_64B_WORD "%016llx"
#endif
struct symbol {
@@ -678,6 +684,12 @@ void print_ctx(vcpu_guest_context_any_t *ctx)
print_tr(i, &tr->dtrs[i]);
}
}
+#elif defined(__arm__)
+static void print_ctx(vcpu_guest_context_any_t *ctx)
+{
+ /* XXX: properly implement this */
+ print_symbol(0);
+}
#endif
#ifndef NO_TRANSLATION
--
1.7.2.5
next prev parent reply other threads:[~2012-03-02 16:25 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-02 16:24 [PATCH v6 0/5] arm: compile tools Stefano Stabellini
2012-03-02 16:25 ` [PATCH v6 1/5] arm: compile libxenguest Stefano Stabellini
2012-03-14 14:04 ` Ian Campbell
2012-03-02 16:25 ` [PATCH v6 2/5] arm: compile memshr Stefano Stabellini
2012-03-12 11:06 ` Ian Jackson
2012-03-02 16:25 ` Stefano Stabellini [this message]
2012-03-12 11:07 ` [PATCH v6 3/5] arm: compile xentrace Ian Jackson
2012-03-02 16:25 ` [PATCH v6 4/5] arm: compile libxl Stefano Stabellini
2012-03-12 11:07 ` Ian Jackson
2012-03-02 16:25 ` [PATCH v6 5/5] libxl: Introduce libxl__arch_domain_create Stefano Stabellini
2012-03-14 14:05 ` Ian Campbell
2012-03-14 16:20 ` [PATCH v6 0/5] arm: compile tools Ian Campbell
2012-05-25 13:30 ` Stefano Stabellini
2012-05-28 9:29 ` Ian Campbell
2012-05-28 10:03 ` Stefano Stabellini
2012-05-29 10:26 ` Ian Campbell
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=1330705530-10687-3-git-send-email-stefano.stabellini@eu.citrix.com \
--to=stefano.stabellini@eu.citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=Tim.Deegan@citrix.com \
--cc=david.vrabel@citrix.com \
--cc=xen-devel@lists.xensource.com \
/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).