On Tue, Oct 21, 2025 at 06:17:07PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 21 Oct 2025 18:17:07 +0200 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v2] hw/vfio/migration: Check base architecture at runtime > X-Mailer: git-send-email 2.51.0 > > Inline vfio_arch_wants_loading_config_after_iter() and > replace the compile time check of the TARGET_ARM definition > by a runtime call to target_base_arm(). > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > Supersedes: <[email protected]> > Based-on: <[email protected]> > https://lore.kernel.org/qemu-devel/[email protected]/ > --- > hw/vfio/vfio-helpers.h | 2 -- > hw/vfio/helpers.c | 17 ----------------- > hw/vfio/migration-multifd.c | 12 +++++++++++- > 3 files changed, 11 insertions(+), 20 deletions(-)
(Checked with [email protected]) LGTM, so, Zhao Liu <[email protected]>
