summary refs log tree commit diff stats
path: root/hw/vfio/container-base.c
diff options
context:
space:
mode:
authorCédric Le Goater <clg@redhat.com>2025-03-26 08:51:20 +0100
committerCédric Le Goater <clg@redhat.com>2025-04-25 09:01:37 +0200
commit11b8b9d53d8b30bf1823e9d2e303c28fe13acf34 (patch)
treedba9d1098106be701c68945d36dafe5f723e97e2 /hw/vfio/container-base.c
parenta9183378f54969c8b11f08fdb3063925de8d77c3 (diff)
downloadfocaccia-qemu-11b8b9d53d8b30bf1823e9d2e303c28fe13acf34.tar.gz
focaccia-qemu-11b8b9d53d8b30bf1823e9d2e303c28fe13acf34.zip
vfio: Rename vfio-common.h to vfio-device.h
"hw/vfio/vfio-common.h" has been emptied of most of its declarations
by the previous changes and the only declarations left are related to
VFIODevice. Rename it to "hw/vfio/vfio-device.h" and make the
necessary adjustments.

Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-36-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'hw/vfio/container-base.c')
-rw-r--r--hw/vfio/container-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/container-base.c b/hw/vfio/container-base.c
index fb86bc41bf..c037bafe21 100644
--- a/hw/vfio/container-base.c
+++ b/hw/vfio/container-base.c
@@ -19,7 +19,7 @@
 #include "qapi/error.h"
 #include "qemu/error-report.h"
 #include "hw/vfio/vfio-container-base.h"
-#include "hw/vfio/vfio-common.h" /* vfio_reset_handler */
+#include "hw/vfio/vfio-device.h" /* vfio_reset_handler */
 #include "system/reset.h"
 #include "vfio-helpers.h"