On 3/5/24 13:16, Paolo Bonzini wrote:
On Fri, May 3, 2024 at 11:17 AM Philippe Mathieu-Daudé
<[email protected]> wrote:

If CONFIG_TCG is not defined, skip this directory calling
subdir_done(). Then since we know CONFIG_TCG is defined,
we don't need to check for it.

You can only remove the check if you assume that TCG (unlike e.g. KVM)
is enabled for all targets. Of course this assumption is true right
now, but in principle it does not have to be - a long time ago,
qemu-kvm had ia64 as a KVM-only target for example.

Got it, thanks.

So I'm not sure this patch is a good idea. A lot of it is just
replacing tcg_specific_ss with specific_ss.

Paolo



Reply via email to