summaryrefslogtreecommitdiffstats
path: root/include/hw/misc
diff options
context:
space:
mode:
authorKim Phillips2014-12-19 23:24:06 +0100
committerAlex Williamson2014-12-19 23:24:06 +0100
commitcf7087db10e2dc112e02782f1d1eb56ec42c728b (patch)
tree246b3829a5c2da7af4a3081b78315edc99019e3d /include/hw/misc
parentvfio: fix adding memory listener to the right address space (diff)
downloadqemu-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 'include/hw/misc')
-rw-r--r--include/hw/misc/vfio.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/hw/misc/vfio.h b/include/hw/misc/vfio.h
deleted file mode 100644
index 0b26cd8e11..0000000000
--- a/include/hw/misc/vfio.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef VFIO_API_H
-#define VFIO_API_H
-
-#include "qemu/typedefs.h"
-
-extern int vfio_container_ioctl(AddressSpace *as, int32_t groupid,
- int req, void *param);
-
-#endif