mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
5fe51934b1
commit
54876d25fe
7 changed files with 99 additions and 110 deletions
|
@ -1,7 +0,0 @@
|
|||
#ifndef HW_VFIO_H
|
||||
#define HW_VFIO_H
|
||||
|
||||
bool vfio_eeh_as_ok(AddressSpace *as);
|
||||
int vfio_eeh_as_op(AddressSpace *as, uint32_t op);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue