diff options
author | Steven Smith | 2011-06-16 18:05:17 +0200 |
---|---|---|
committer | Alexander Graf | 2011-06-19 04:43:04 +0200 |
commit | 01195b7347e341a49fa554959882b26c666a3616 (patch) | |
tree | dca369ad82ed96e277891f240dc5f30b8e9deecf /trace-events | |
parent | xen: fix interrupt routing (diff) | |
download | qemu-01195b7347e341a49fa554959882b26c666a3616.tar.gz qemu-01195b7347e341a49fa554959882b26c666a3616.tar.xz qemu-01195b7347e341a49fa554959882b26c666a3616.zip |
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 <ssmith@xensource.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 46a19d3725..bebf612fe9 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" |