[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] x86/64: Fix the build.



# HG changeset patch
# User Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1193914616 0
# Node ID adefbadab27ce0c83cd58fe4216c3d3521235366
# Parent  2a5461071ca4c9eb0a389d55ce511f73f8a9f29c
x86/64: Fix the build.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 xen/arch/x86/hvm/intercept.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 2a5461071ca4 -r adefbadab27c xen/arch/x86/hvm/intercept.c
--- a/xen/arch/x86/hvm/intercept.c      Thu Nov 01 09:48:14 2007 +0000
+++ b/xen/arch/x86/hvm/intercept.c      Thu Nov 01 10:56:56 2007 +0000
@@ -166,8 +166,8 @@ int hvm_buffered_io_send(ioreq_t *p)
     /* Return 0 for the cases we can't deal with. */
     if ( (p->addr > 0xffffful) || p->data_is_ptr || p->df || (p->count != 1) )
     {
-        gdprintk(XENLOG_DEBUG, "slow ioreq.  type:%d size:%ld addr:0x%08lx "
-                 "dir:%d ptr:%d df:%d count:%ld\n",
+        gdprintk(XENLOG_DEBUG, "slow ioreq. type:%d size:%"PRIu64" addr:0x%"
+                 PRIx64" dir:%d ptr:%d df:%d count:%"PRIu64"\n",
                  p->type, p->size, p->addr, !!p->dir,
                  !!p->data_is_ptr, !!p->df, p->count);
         return 0;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.