On Thu, 2025-05-08 at 18:53 +0100, Daniel P. Berrangé wrote:
>  
> > This patch moves those stubs from hw/i386/kvm/xen-stubs.c which was
> > built if !CONFIG_XEN_EMU, and moves them elsewhere if !CONFIG_KVM? So
> > at first glance I think it might fail for KVM && !XEN_EMU builds... ?
> 
> The files in the top level 'stubs/' directory get built into
> libqemuutil.a, and thus those stubs are available to every
> system binary, in every configuration scenario.
> 
> If the real impl of these methods is present in any binary, the stubs
> file impl should get discarded by the linker automatically, avoiding
> a duplicate symbols problem.

Thanks.

In that case,

Acked-by: David Woodhouse <d...@amazon.co.uk>

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to