mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
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:
parent
c67676711c
commit
cf7087db10
8 changed files with 8 additions and 5 deletions
9
include/hw/vfio/vfio.h
Normal file
9
include/hw/vfio/vfio.h
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue