Hello Eric,
On 8/6/25 16:52, Eric Auger wrote:
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -38,7 +38,6 @@
#include "hw/arm/primecell.h"
#include "hw/arm/virt.h"
#include "hw/block/flash.h"
-#include "hw/vfio/vfio-platform.h"
removal of this header causes the compilation to fail.
#include "system/system.h" needs to be added
yes. I sent this patch separately :
https://lore.kernel.org/qemu-devel/20250731144019.1403591-1-...@redhat.com/
but it needs a v2 to address other files which have a similar
issue. I will resend the whole when the QEMU 10.2 cycle opens.
Thanks,
C.