mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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>
This commit is contained in:
committed by
Stefano Stabellini
parent
0193c62c94
commit
fc33b9004c
+2
-2
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user