summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorSteven Smith <ssmith@xensource.com>2011-06-16 17:05:17 +0100
committerAlexander Graf <agraf@suse.de>2011-06-19 04:43:04 +0200
commit01195b7347e341a49fa554959882b26c666a3616 (patch)
treedca369ad82ed96e277891f240dc5f30b8e9deecf /Makefile.target
parentbf09551a6b2282a1c59bd8335c1ef6e58704de98 (diff)
downloadhqemu-01195b7347e341a49fa554959882b26c666a3616.zip
hqemu-01195b7347e341a49fa554959882b26c666a3616.tar.gz
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 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index b1a0f6d..760aa02 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -218,6 +218,8 @@ obj-$(CONFIG_NO_XEN) += xen-stub.o
obj-i386-$(CONFIG_XEN_MAPCACHE) += xen-mapcache.o
obj-$(CONFIG_NO_XEN_MAPCACHE) += xen-mapcache-stub.o
+obj-i386-$(CONFIG_XEN) += xen_platform.o
+
# Inter-VM PCI shared memory
CONFIG_IVSHMEM =
ifeq ($(CONFIG_KVM), y)
OpenPOWER on IntegriCloud