On 1/9/26 16:08, Philippe Mathieu-Daudé wrote:
On 21/10/25 18:31, Cédric Le Goater wrote:
On 10/21/25 18:17, Philippe Mathieu-Daudé wrote:
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().
What's the value of a runtime check of target ARM ? Please explain.
target_base_arm() returns %true when the ARM and AArch64 targets
are used.
Runtime check allow compiling this file once for all targets,
allowing to eventually have a single binary targetting them once.
Do you want to update the commit log ?
Still I expect this function to be problematic on heterogenous
emulation, but we are not quite there yet.
ok. So we can still take the patch I guess.
Thanks,
C.