All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] xen_pt: Fix debug output.
@ 2014-01-10 15:52 Anthony PERARD
  2014-01-10 16:02 ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
  2014-01-10 16:02 ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 4+ messages in thread
From: Anthony PERARD @ 2014-01-10 15:52 UTC (permalink / raw)
  To: Xen Devel, QEMU-devel; +Cc: Anthony PERARD, Stefano Stabellini

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 hw/xen/xen_pt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c
index d58cb61..eee4354 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);
     }
 
-- 
Anthony PERARD

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [Xen-devel] [PATCH] xen_pt: Fix debug output.
  2014-01-10 15:52 [Qemu-devel] [PATCH] xen_pt: Fix debug output Anthony PERARD
@ 2014-01-10 16:02 ` Konrad Rzeszutek Wilk
  2014-01-10 16:02 ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-01-10 16:02 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: Stefano Stabellini, QEMU-devel, Xen Devel

On Fri, Jan 10, 2014 at 03:52:54PM +0000, Anthony PERARD wrote:
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

I saw myself and was going to post a fix, but you beat me to it.
> ---
>  hw/xen/xen_pt.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c
> index d58cb61..eee4354 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);
>      }
>  
> -- 
> Anthony PERARD
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] xen_pt: Fix debug output.
  2014-01-10 15:52 [Qemu-devel] [PATCH] xen_pt: Fix debug output Anthony PERARD
  2014-01-10 16:02 ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
@ 2014-01-10 16:02 ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-01-10 16:02 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: Stefano Stabellini, QEMU-devel, Xen Devel

On Fri, Jan 10, 2014 at 03:52:54PM +0000, Anthony PERARD wrote:
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

I saw myself and was going to post a fix, but you beat me to it.
> ---
>  hw/xen/xen_pt.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c
> index d58cb61..eee4354 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);
>      }
>  
> -- 
> Anthony PERARD
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] xen_pt: Fix debug output.
@ 2014-01-10 15:52 Anthony PERARD
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony PERARD @ 2014-01-10 15:52 UTC (permalink / raw)
  To: Xen Devel, QEMU-devel; +Cc: Anthony PERARD, Stefano Stabellini

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 hw/xen/xen_pt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c
index d58cb61..eee4354 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);
     }
 
-- 
Anthony PERARD

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-10 16:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-10 15:52 [Qemu-devel] [PATCH] xen_pt: Fix debug output Anthony PERARD
2014-01-10 16:02 ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
2014-01-10 16:02 ` Konrad Rzeszutek Wilk
2014-01-10 15:52 Anthony PERARD

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.