diff options
Diffstat (limited to 'hw/i386/xen/trace-events')
-rw-r--r-- | hw/i386/xen/trace-events | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/i386/xen/trace-events b/hw/i386/xen/trace-events index 8732741541..ca3a4948ba 100644 --- a/hw/i386/xen/trace-events +++ b/hw/i386/xen/trace-events @@ -1,9 +1,9 @@ # See docs/devel/tracing.txt for syntax documentation. -# hw/i386/xen/xen_platform.c +# xen_platform.c xen_platform_log(char *s) "xen platform: %s" -# hw/i386/xen/xen_pvdevice.c +# xen_pvdevice.c xen_pv_mmio_read(uint64_t addr) "WARNING: read from Xen PV Device MMIO space (address 0x%"PRIx64")" xen_pv_mmio_write(uint64_t addr) "WARNING: write to Xen PV Device MMIO space (address 0x%"PRIx64")" |