]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/vfio: Compile more objects once
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 11 Mar 2025 08:57:41 +0000 (09:57 +0100)
committerCédric Le Goater <clg@redhat.com>
Tue, 11 Mar 2025 16:01:15 +0000 (17:01 +0100)
commit761d63ccaf6768dc528f2e0e1a422caa12fbe216
treeda60deb1631c82376d587b4e26b5a16b6f1f970d
parent5731baee6c3ca1fbd23ce9dfe1a825aafd473e7f
hw/vfio: Compile more objects once

These files depend on the VFIO symbol in their Kconfig
definition. They don't rely on target specific definitions,
move them to system_ss[] to build them once.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-Id: <20250308230917.18907-5-philmd@linaro.org>
Link: https://lore.kernel.org/qemu-devel/20250311085743.21724-7-philmd@linaro.org
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/meson.build