Message ID | 1396542252.4211.135.camel@kazak.uk.xensource.com |
---|---|
State | Superseded |
Headers | show |
On 04/03/14 12:24, Ian Campbell wrote: > On Wed, 2014-04-02 at 12:03 -0400, Don Slutz wrote: >> Add more functionality to xenctx. > > > Building arm stuff is more faff than I would ask a non-ARM developer to > go through, if you want to then [0] is the place to look, otherwise feel > free to make a best effort by inspection and I'll try building v10 for > you. I have have done the "best effort by inspection". v10 posted -Don Slutz > [0] http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/CrossCompiling > > Ian. > >
On Thu, 2014-04-03 at 19:27 -0400, Don Slutz wrote: > On 04/03/14 12:24, Ian Campbell wrote: > > On Wed, 2014-04-02 at 12:03 -0400, Don Slutz wrote: > >> Add more functionality to xenctx. > > > > > > Building arm stuff is more faff than I would ask a non-ARM developer to > > go through, if you want to then [0] is the place to look, otherwise feel > > free to make a best effort by inspection and I'll try building v10 for > > you. > > I have have done the "best effort by inspection". v10 posted Thank!
diff --git a/tools/xentrace/xenctx.c b/tools/xentrace/xenctx.c index 7275a00..47712ab 100644 --- a/tools/xentrace/xenctx.c +++ b/tools/xentrace/xenctx.c @@ -57,8 +57,8 @@ typedef uint64_t guest_word_t; #elif defined(__aarch64__) #define NO_TRANSLATION typedef uint64_t guest_word_t; -#define FMT_32B_WORD "%08lx" -#define FMT_64B_WORD "%016lx" +#define FMT_32B_WORD "%08llx" +#define FMT_64B_WORD "%016llx" #endif struct symbol {