On Thu, 2023-10-26 at 18:30 +0800, Zhenzhong Duan wrote: > 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 <c...@redhat.com> > Signed-off-by: Zhenzhong Duan <zhenzhong.d...@intel.com> > --- > include/hw/vfio/vfio.h | 7 --- > hw/ppc/spapr_pci_vfio.c | 100 > +++++++++++++++++++++++++++++++++++++++- > hw/vfio/ap.c | 1 - > hw/vfio/ccw.c | 1 - > hw/vfio/common.c | 1 - > hw/vfio/container.c | 98 -------------------------------------- > - > hw/vfio/helpers.c | 1 - > 7 files changed, 99 insertions(+), 110 deletions(-) > delete mode 100644 include/hw/vfio/vfio.h
Can't speak to the code movement, but removing the header file from those places where it's not used is fine. Acked-by: Eric Farman <far...@linux.ibm.com>