diff options
| author | Cédric Le Goater <clg@redhat.com> | 2025-03-26 08:51:20 +0100 |
|---|---|---|
| committer | Cédric Le Goater <clg@redhat.com> | 2025-04-25 09:01:37 +0200 |
| commit | 11b8b9d53d8b30bf1823e9d2e303c28fe13acf34 (patch) | |
| tree | dba9d1098106be701c68945d36dafe5f723e97e2 /include/hw/vfio/vfio-platform.h | |
| parent | a9183378f54969c8b11f08fdb3063925de8d77c3 (diff) | |
| download | focaccia-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 'include/hw/vfio/vfio-platform.h')
| -rw-r--r-- | include/hw/vfio/vfio-platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/vfio/vfio-platform.h b/include/hw/vfio/vfio-platform.h index 3191545717..256d8500b7 100644 --- a/include/hw/vfio/vfio-platform.h +++ b/include/hw/vfio/vfio-platform.h @@ -17,7 +17,7 @@ #define HW_VFIO_VFIO_PLATFORM_H #include "hw/sysbus.h" -#include "hw/vfio/vfio-common.h" +#include "hw/vfio/vfio-device.h" #include "qemu/event_notifier.h" #include "qemu/queue.h" #include "qom/object.h" |