diff options
| author | Cédric Le Goater <clg@redhat.com> | 2025-03-26 08:50:53 +0100 |
|---|---|---|
| committer | Cédric Le Goater <clg@redhat.com> | 2025-04-25 09:01:37 +0200 |
| commit | aa173cb279e258ff591297fd0dedea43fd6f321d (patch) | |
| tree | 019ad9b21de5aaeb130bceed1f536c0b783b5fdf /hw/vfio/display.c | |
| parent | eb6caa79162a89a8dcbe6a6d4788acd813b687a2 (diff) | |
| download | focaccia-qemu-aa173cb279e258ff591297fd0dedea43fd6f321d.tar.gz focaccia-qemu-aa173cb279e258ff591297fd0dedea43fd6f321d.zip | |
vfio: Introduce a new header file for VFIOdisplay declarations
Gather all VFIOdisplay related declarations into "vfio-display.h" to reduce exposure of VFIO internals in "hw/vfio/vfio-common.h". Reviewed-by: John Levon <john.levon@nutanix.com> Link: https://lore.kernel.org/qemu-devel/20250318095415.670319-8-clg@redhat.com Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-9-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'hw/vfio/display.c')
| -rw-r--r-- | hw/vfio/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/display.c b/hw/vfio/display.c index 4fdcef505d..70cfd685bd 100644 --- a/hw/vfio/display.c +++ b/hw/vfio/display.c @@ -16,9 +16,9 @@ #include "qemu/error-report.h" #include "hw/display/edid.h" -#include "ui/console.h" #include "qapi/error.h" #include "pci.h" +#include "vfio-display.h" #include "trace.h" #ifndef DRM_PLANE_TYPE_PRIMARY |