summaryrefslogtreecommitdiffstats
path: root/hw/i386/trace-events
diff options
context:
space:
mode:
authorDaniel P. Berrange2016-09-14 19:03:43 +0200
committerStefan Hajnoczi2016-09-28 20:17:54 +0200
commite97eb6f7f03282f7e3db19865eb5b4fbd5f69f8b (patch)
tree09ae8e61431a85d1683100a3156126fa4964c1ea /hw/i386/trace-events
parenttrace: move util/qemu-coroutine*.c trace points into correct file (diff)
downloadqemu-e97eb6f7f03282f7e3db19865eb5b4fbd5f69f8b.tar.gz
qemu-e97eb6f7f03282f7e3db19865eb5b4fbd5f69f8b.tar.xz
qemu-e97eb6f7f03282f7e3db19865eb5b4fbd5f69f8b.zip
trace: move hw/mem/pc-dimm.c trace points into correct file
The trace points for hw/mem/pc-dimm.c were mistakenly put in the hw/i386/trace-events file, instead of hw/mem/trace-events in commit 5eb76e480b42206d3640c1aab8a376ba350f70bb Author: Daniel P. Berrange <berrange@redhat.com> Date: Thu Jun 16 09:40:10 2016 +0100 trace: split out trace events for hw/i386/ directory Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 1473872624-23285-4-git-send-email-berrange@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/i386/trace-events')
-rw-r--r--hw/i386/trace-events4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/i386/trace-events b/hw/i386/trace-events
index 1938b988d9..d2b497327e 100644
--- a/hw/i386/trace-events
+++ b/hw/i386/trace-events
@@ -7,10 +7,6 @@ xen_platform_log(char *s) "xen platform: %s"
xen_pv_mmio_read(uint64_t addr) "WARNING: read from 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
-mhp_pc_dimm_assigned_slot(int slot) "%d"
-mhp_pc_dimm_assigned_address(uint64_t addr) "0x%"PRIx64
-
# hw/i386/x86-iommu.c
x86_iommu_iec_notify(bool global, uint32_t index, uint32_t mask) "Notify IEC invalidation: global=%d index=%" PRIu32 " mask=%" PRIu32