From cf7087db10e2dc112e02782f1d1eb56ec42c728b Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Fri, 19 Dec 2014 15:24:06 -0700 Subject: 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 Signed-off-by: Alex Williamson --- include/hw/misc/vfio.h | 9 --------- include/hw/vfio/vfio.h | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 include/hw/misc/vfio.h create mode 100644 include/hw/vfio/vfio.h (limited to 'include') diff --git a/include/hw/misc/vfio.h b/include/hw/misc/vfio.h deleted file mode 100644 index 0b26cd8..0000000 --- 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 diff --git a/include/hw/vfio/vfio.h b/include/hw/vfio/vfio.h new file mode 100644 index 0000000..0b26cd8 --- /dev/null +++ b/include/hw/vfio/vfio.h @@ -0,0 +1,9 @@ +#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 -- cgit v1.1