aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/ap.c
diff options
context:
space:
mode:
authorZhenzhong Duan <zhenzhong.duan@intel.com>2023-11-02 15:12:22 +0800
committerCédric Le Goater <clg@redhat.com>2023-11-06 13:23:23 +0100
commit54876d25fe298e0761556253f1c07af6160d5c10 (patch)
treef53fa8c738b976d31c9d535154ebdd351e76e9c8 /hw/vfio/ap.c
parent5fe51934b1cd94a75007dd456fecc2ff6ee622e7 (diff)
downloadqemu-54876d25fe298e0761556253f1c07af6160d5c10.zip
qemu-54876d25fe298e0761556253f1c07af6160d5c10.tar.gz
qemu-54876d25fe298e0761556253f1c07af6160d5c10.tar.bz2
vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
With vfio_eeh_as_ok/vfio_eeh_as_op moved and made static, vfio.h becomes empty and is deleted. No functional changes intended. Suggested-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Acked-by: Eric Farman <farman@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'hw/vfio/ap.c')
-rw-r--r--hw/vfio/ap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vfio/ap.c b/hw/vfio/ap.c
index 5f257bf..bbf69ff 100644
--- a/hw/vfio/ap.c
+++ b/hw/vfio/ap.c
@@ -14,7 +14,6 @@
#include <linux/vfio.h>
#include <sys/ioctl.h>
#include "qapi/error.h"
-#include "hw/vfio/vfio.h"
#include "hw/vfio/vfio-common.h"
#include "hw/s390x/ap-device.h"
#include "qemu/error-report.h"