summaryrefslogtreecommitdiffstats
path: root/hw/vfio/Makefile.objs
diff options
context:
space:
mode:
authorEric Auger2015-06-08 17:25:25 +0200
committerAlex Williamson2015-06-08 17:25:25 +0200
commit0ea2730bef0b764ce87f5d6859f9b1eac6069250 (patch)
tree56c3e63023f9f0b3c59d32bceed223ea99f99a20 /hw/vfio/Makefile.objs
parentMerge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (diff)
downloadqemu-0ea2730bef0b764ce87f5d6859f9b1eac6069250.tar.gz
qemu-0ea2730bef0b764ce87f5d6859f9b1eac6069250.tar.xz
qemu-0ea2730bef0b764ce87f5d6859f9b1eac6069250.zip
hw/vfio/platform: vfio-platform skeleton
Minimal VFIO platform implementation supporting register space user mapping but not IRQ assignment. Signed-off-by: Kim Phillips <kim.phillips@linaro.org> Signed-off-by: Eric Auger <eric.auger@linaro.org> Tested-by: Vikram Sethi <vikrams@codeaurora.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'hw/vfio/Makefile.objs')
-rw-r--r--hw/vfio/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/Makefile.objs b/hw/vfio/Makefile.objs
index e31f30ec09..c5c76fe394 100644
--- a/hw/vfio/Makefile.objs
+++ b/hw/vfio/Makefile.objs
@@ -1,4 +1,5 @@
ifeq ($(CONFIG_LINUX), y)
obj-$(CONFIG_SOFTMMU) += common.o
obj-$(CONFIG_PCI) += pci.o
+obj-$(CONFIG_SOFTMMU) += platform.o
endif