From 01195b7347e341a49fa554959882b26c666a3616 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Thu, 16 Jun 2011 17:05:17 +0100 Subject: xen: Add the Xen platform pci device Introduce a new emulated PCI device, specific to fully virtualized Xen guests. The device is necessary for PV on HVM drivers to work. Signed-off-by: Steven Smith Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini Signed-off-by: Alexander Graf --- trace-events | 3 +++ 1 file changed, 3 insertions(+) (limited to 'trace-events') diff --git a/trace-events b/trace-events index 46a19d372..bebf612fe 100644 --- a/trace-events +++ b/trace-events @@ -407,3 +407,6 @@ disable xen_unmap_block(void* addr, unsigned long size) "%p, size %#lx" # exec.c disable qemu_put_ram_ptr(void* addr) "%p" + +# hw/xen_platform.c +disable xen_platform_log(char *s) "xen platform: %s" -- cgit v1.2.3