summaryrefslogtreecommitdiff
path: root/hw/xen
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2014-01-10 15:52:54 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2014-01-17 15:29:06 +0000
commitfc33b9004c49f21f8188df5c4cd079a9a3d08de8 (patch)
tree9f513c16598868e357315a02aaf63f8e4d8a731d /hw/xen
parent0193c62c94643a837832f2b5ccc133434ee740cb (diff)
downloadqemu-fc33b9004c49f21f8188df5c4cd079a9a3d08de8.tar.gz
xen_pt: Fix debug output.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'hw/xen')
-rw-r--r--hw/xen/xen_pt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c
index d58cb616b1..eee43541a4 100644
--- a/hw/xen/xen_pt.c
+++ b/hw/xen/xen_pt.c
@@ -420,8 +420,8 @@ static int xen_pt_register_regions(XenPCIPassthroughState *s)
"xen-pci-pt-bar", r->size);
pci_register_bar(&s->dev, i, type, &s->bar[i]);
- XEN_PT_LOG(&s->dev, "IO region %i registered (size=0x%lx"PRIx64
- " base_addr=0x%lx"PRIx64" type: %#x)\n",
+ XEN_PT_LOG(&s->dev, "IO region %i registered (size=0x%08"PRIx64
+ " base_addr=0x%08"PRIx64" type: %#x)\n",
i, r->size, r->base_addr, type);
}