diff options
| author | Kim Phillips | 2014-12-19 23:24:06 +0100 |
|---|---|---|
| committer | Alex Williamson | 2014-12-19 23:24:06 +0100 |
| commit | cf7087db10e2dc112e02782f1d1eb56ec42c728b (patch) | |
| tree | 246b3829a5c2da7af4a3081b78315edc99019e3d /hw/misc/Makefile.objs | |
| parent | vfio: fix adding memory listener to the right address space (diff) | |
| download | qemu-cf7087db10e2dc112e02782f1d1eb56ec42c728b.tar.gz qemu-cf7087db10e2dc112e02782f1d1eb56ec42c728b.tar.xz qemu-cf7087db10e2dc112e02782f1d1eb56ec42c728b.zip | |
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
This is done in preparation for the addition of VFIO platform
device support.
Signed-off-by: Kim Phillips <kim.phillips@linaro.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'hw/misc/Makefile.objs')
| -rw-r--r-- | hw/misc/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs index 979e532fdf..e47fea8530 100644 --- a/hw/misc/Makefile.objs +++ b/hw/misc/Makefile.objs @@ -21,7 +21,6 @@ common-obj-$(CONFIG_MACIO) += macio/ ifeq ($(CONFIG_PCI), y) obj-$(CONFIG_KVM) += ivshmem.o -obj-$(CONFIG_LINUX) += vfio.o endif obj-$(CONFIG_REALVIEW) += arm_sysctl.o |
