trace-event: display "%d" instead of "0x%d"
Display the slot number of mhp_pc_dimm_assigned_slot() using "%d" without the "0x". Signed-off-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
8223f345b9
commit
deff0ddb86
@ -8,7 +8,7 @@ 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")"
|
xen_pv_mmio_write(uint64_t addr) "WARNING: write to Xen PV Device MMIO space (address %"PRIx64")"
|
||||||
|
|
||||||
# hw/i386/pc.c
|
# 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
|
mhp_pc_dimm_assigned_address(uint64_t addr) "0x%"PRIx64
|
||||||
|
|
||||||
# hw/i386/x86-iommu.c
|
# hw/i386/x86-iommu.c
|
||||||
|
Loading…
Reference in New Issue
Block a user