From: Cédric Le Goater Date: Mon, 1 Sep 2025 06:46:31 +0000 (+0200) Subject: vfio: Move vfio-region.h under hw/vfio/ X-Git-Tag: v10.2.0-rc1~108^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7a47f717718441b546090fe3fa91e2705ca125b;p=thirdparty%2Fqemu.git vfio: Move vfio-region.h under hw/vfio/ Since the removal of vfio-platform, header file vfio-region.h no longer needs to be a public VFIO interface. Move it under hw/vfio. Reviewed-by: Eric Auger Reviewed-by: Alex Williamson Link: https://lore.kernel.org/qemu-devel/20250901064631.530723-9-clg@redhat.com Signed-off-by: Cédric Le Goater --- diff --git a/include/hw/vfio/vfio-region.h b/hw/vfio/vfio-region.h similarity index 100% rename from include/hw/vfio/vfio-region.h rename to hw/vfio/vfio-region.h