All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] trace-event: display "%d" instead of "0x%d"
@ 2016-06-22 15:34 Laurent Vivier
  2016-06-22 15:38 ` Eric Blake
  2016-07-26 12:34 ` Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Laurent Vivier @ 2016-06-22 15:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Eduardo Habkost, qemu-trivial, eblake, Laurent Vivier

Display the slot number of mhp_pc_dimm_assigned_slot()
using "%d" without the "0x".

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
---
 hw/i386/trace-events | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/i386/trace-events b/hw/i386/trace-events
index ea77bc2..71fc191 100644
--- a/hw/i386/trace-events
+++ b/hw/i386/trace-events
@@ -8,5 +8,5 @@ xen_pv_mmio_read(uint64_t addr) "WARNING: read from Xen PV Device MMIO space (ad
 xen_pv_mmio_write(uint64_t addr) "WARNING: write to Xen PV Device MMIO space (address %"PRIx64")"
 
 # hw/i386/pc.c
-mhp_pc_dimm_assigned_slot(int slot) "0x%d"
+mhp_pc_dimm_assigned_slot(int slot) "%d"
 mhp_pc_dimm_assigned_address(uint64_t addr) "0x%"PRIx64
-- 
2.5.5

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

* Re: [Qemu-devel] [PATCH] trace-event: display "%d" instead of "0x%d"
  2016-06-22 15:34 [Qemu-devel] [PATCH] trace-event: display "%d" instead of "0x%d" Laurent Vivier
@ 2016-06-22 15:38 ` Eric Blake
  2016-07-26 12:34 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Blake @ 2016-06-22 15:38 UTC (permalink / raw)
  To: Laurent Vivier, qemu-devel; +Cc: Eduardo Habkost, qemu-trivial

[-- Attachment #1: Type: text/plain, Size: 983 bytes --]

On 06/22/2016 09:34 AM, Laurent Vivier wrote:
> Display the slot number of mhp_pc_dimm_assigned_slot()
> using "%d" without the "0x".
> 
> Signed-off-by: Laurent Vivier <lvivier@redhat.com>
> ---
>  hw/i386/trace-events | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/hw/i386/trace-events b/hw/i386/trace-events
> index ea77bc2..71fc191 100644
> --- a/hw/i386/trace-events
> +++ b/hw/i386/trace-events
> @@ -8,5 +8,5 @@ xen_pv_mmio_read(uint64_t addr) "WARNING: read from Xen PV Device MMIO space (ad
>  xen_pv_mmio_write(uint64_t addr) "WARNING: write to Xen PV Device MMIO space (address %"PRIx64")"
>  
>  # hw/i386/pc.c
> -mhp_pc_dimm_assigned_slot(int slot) "0x%d"
> +mhp_pc_dimm_assigned_slot(int slot) "%d"
>  mhp_pc_dimm_assigned_address(uint64_t addr) "0x%"PRIx64
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

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

* Re: [Qemu-devel] [PATCH] trace-event: display "%d" instead of "0x%d"
  2016-06-22 15:34 [Qemu-devel] [PATCH] trace-event: display "%d" instead of "0x%d" Laurent Vivier
  2016-06-22 15:38 ` Eric Blake
@ 2016-07-26 12:34 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2016-07-26 12:34 UTC (permalink / raw)
  To: Laurent Vivier, qemu-devel; +Cc: qemu-trivial, eblake, Eduardo Habkost

22.06.2016 18:34, Laurent Vivier wrote:
> Display the slot number of mhp_pc_dimm_assigned_slot()
> using "%d" without the "0x".

Applied to -trivial, thanks!

/mjt

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

end of thread, other threads:[~2016-07-26 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22 15:34 [Qemu-devel] [PATCH] trace-event: display "%d" instead of "0x%d" Laurent Vivier
2016-06-22 15:38 ` Eric Blake
2016-07-26 12:34 ` Michael Tokarev

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.