hw/xen: cleanup sourcesets
commitadfa939e735688dba1098d91e8c71aef6d5ccd6b
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Aug 2023 09:14:18 +0000 (31 11:14 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Oct 2023 08:01:01 +0000 (18 10:01 +0200)
treedc78d151ba8fc5ff6022488a9b91406404fa44ec
parentae22ae651515045ea06eac9abc55dacbfd616bd4
hw/xen: cleanup sourcesets

xen_ss is added unconditionally to arm_ss and i386_ss (the only
targets that can have CONFIG_XEN enabled) and its contents are gated by
CONFIG_XEN; xen_specific_ss has no condition for its constituent files
but is gated on CONFIG_XEN when its added to specific_ss.

So xen_ss is a duplicate of xen_specific_ss, though defined in a
different way.  Merge the two by eliminating xen_ss.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/arm/meson.build
hw/i386/meson.build
hw/xen/meson.build