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>
This commit is contained in:
Kim Phillips 2014-12-19 15:24:06 -07:00 committed by Alex Williamson
parent c67676711c
commit cf7087db10
8 changed files with 8 additions and 5 deletions

3
hw/vfio/Makefile.objs Normal file
View file

@ -0,0 +1,3 @@
ifeq ($(CONFIG_LINUX), y)
obj-$(CONFIG_PCI) += pci.o
endif

4479
hw/vfio/pci.c Normal file

File diff suppressed because it is too large Load diff