On 25.03.2026 14:55, Philippe Mathieu-Daudé wrote: ...
... then the single issue in QOM is the object_class_property_init_all() (due to sysemu GlobalProperty) which can be stubbed, ...
qga doesn't actually need GlobalProperty, either.
... then the only problem left is what util/qsp.c defines: - qemu_mutex_lock_func() - qemu_cond_wait_func() - qemu_cond_timedwait_func() If we can provide a 32-bit version of these the qga links (not sure it makes sense although).
And these aren't needed - it seems - by qga either. Both come to the qga link line using other, unrelated ways. Thanks, /mjt
