All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hollis Blanchard <hollisb@us.ibm.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: Gerd Hoffmann <kraxel@suse.de>, xen-devel@lists.xensource.com
Subject: [PATCH] [LIBELF] Define PRIpfn next to xen_pfn_t
Date: Fri, 09 Feb 2007 14:25:45 -0500	[thread overview]
Message-ID: <6b436fc00c9c829214ff.1171052745@localhost> (raw)

# HG changeset patch
# User Hollis Blanchard <hollisb@us.ibm.com>
# Date 1171052619 21600
# Node ID 6b436fc00c9c829214ffed93e0d1397d8b13bc45
# Parent  77a31b7a529a551565a903baf50ed395ce6628ee
[LIBELF] Define PRIpfn next to xen_pfn_t.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>

diff -r 77a31b7a529a -r 6b436fc00c9c tools/libxc/xc_dom.h
--- a/tools/libxc/xc_dom.h	Fri Feb 09 14:18:56 2007 -0600
+++ b/tools/libxc/xc_dom.h	Fri Feb 09 14:23:39 2007 -0600
@@ -6,11 +6,6 @@
 
 typedef uint64_t xen_vaddr_t;
 typedef uint64_t xen_paddr_t;
-
-/* FIXME: temporary hack ... */
-#ifndef PRIpfn
-#define PRIpfn "lx"
-#endif
 
 struct xc_dom_seg {
     xen_vaddr_t vstart;
diff -r 77a31b7a529a -r 6b436fc00c9c xen/include/public/arch-ia64.h
--- a/xen/include/public/arch-ia64.h	Fri Feb 09 14:18:56 2007 -0600
+++ b/xen/include/public/arch-ia64.h	Fri Feb 09 14:23:39 2007 -0600
@@ -55,6 +55,7 @@ DEFINE_XEN_GUEST_HANDLE(void);
 
 typedef unsigned long xen_pfn_t;
 DEFINE_XEN_GUEST_HANDLE(xen_pfn_t);
+#define PRIpfn "lx"
 #endif
 
 /* Arch specific VIRQs definition */
diff -r 77a31b7a529a -r 6b436fc00c9c xen/include/public/arch-powerpc.h
--- a/xen/include/public/arch-powerpc.h	Fri Feb 09 14:18:56 2007 -0600
+++ b/xen/include/public/arch-powerpc.h	Fri Feb 09 14:23:39 2007 -0600
@@ -56,6 +56,7 @@ DEFINE_XEN_GUEST_HANDLE(void);
 
 typedef unsigned long long xen_pfn_t;
 DEFINE_XEN_GUEST_HANDLE(xen_pfn_t);
+#define PRIpfn "llx"
 #endif
 
 /*
diff -r 77a31b7a529a -r 6b436fc00c9c xen/include/public/arch-x86/xen.h
--- a/xen/include/public/arch-x86/xen.h	Fri Feb 09 14:18:56 2007 -0600
+++ b/xen/include/public/arch-x86/xen.h	Fri Feb 09 14:23:39 2007 -0600
@@ -61,6 +61,7 @@ DEFINE_XEN_GUEST_HANDLE(void);
 
 typedef unsigned long xen_pfn_t;
 DEFINE_XEN_GUEST_HANDLE(xen_pfn_t);
+#define PRIpfn "lx"
 #endif
 
 /*

             reply	other threads:[~2007-02-09 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-09 19:25 Hollis Blanchard [this message]
2007-02-12 10:05 ` [PATCH] [LIBELF] Define PRIpfn next to xen_pfn_t Gerd Hoffmann

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=6b436fc00c9c829214ff.1171052745@localhost \
    --to=hollisb@us.ibm.com \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=kraxel@suse.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.