]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
authorKim Phillips <kim.phillips@linaro.org>
Fri, 19 Dec 2014 22:24:06 +0000 (15:24 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Fri, 19 Dec 2014 22:24:06 +0000 (15:24 -0700)
commitcf7087db10e2dc112e02782f1d1eb56ec42c728b
tree246b3829a5c2da7af4a3081b78315edc99019e3d
parentc67676711c7202f48bc43d2f80125eaea355755e
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>
LICENSE
MAINTAINERS
hw/Makefile.objs
hw/misc/Makefile.objs
hw/ppc/spapr_pci_vfio.c
hw/vfio/Makefile.objs [new file with mode: 0644]
hw/vfio/pci.c [moved from hw/misc/vfio.c with 99% similarity]
include/hw/vfio/vfio.h [moved from include/hw/misc/vfio.h with 100% similarity]