On 3/2/25 10:58, Thomas Huth wrote:
On 03/02/2025 04.18, Richard Henderson wrote:
The fact that this is only enabled for x86 probably means it
was done incorrectly. Certainly the set of files selected to
go into the module is woefully incomplete. Drop it for now.
Maybe add:
This mostly revert commit dae0ec159f9 ("accel: build tcg modular").
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
accel/tcg/meson.build | 11 ++++-------
meson.build | 18 +-----------------
2 files changed, 5 insertions(+), 24 deletions(-)
Looking at the cover letter https://lore.kernel.org/qemu-
devel/20210624103836.2382472-1-kra...@redhat.com/ it indeed only
mentions "a small fraction of tcg (x86 only)", and since there were no
follow up patches, it sounds like an incomplete conversion to me. So
reverting it three and a half years later sounds reasonable.
Reviewed-by: Thomas Huth <th...@redhat.com>