mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
vfio: Introduce new files for VFIO MemoryListener
File "common.c" has been emptied of most of its definitions by the previous changes and the only definitions left are related to the VFIO MemoryListener handlers. Rename it to "listener.c" and introduce its associated "vfio-listener.h" header file for the declarations. Cleanup a little the includes while at it. Reviewed-by: Joao Martins <joao.m.martins@oracle.com> Reviewed-by: John Levon <john.levon@nutanix.com> Reviewed-by: Avihai Horon <avihaih@nvidia.com> Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-33-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
c51358bd17
commit
6b62a90c24
7 changed files with 18 additions and 3 deletions
|
@ -35,6 +35,7 @@
|
|||
#include "hw/vfio/vfio-container.h"
|
||||
#include "vfio-helpers.h"
|
||||
#include "vfio-cpr.h"
|
||||
#include "vfio-listener.h"
|
||||
|
||||
#define TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO TYPE_HOST_IOMMU_DEVICE "-legacy-vfio"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue