meson: Move CONFIG_TCG_INTERPRETER to config_host
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Oct 2022 06:11:53 +0000 (16:11 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 00:20:01 +0000 (16:20 -0800)
commited145144c465f8e1ba7d5b692450c135c45af3db
treec199e72df29d5dc77e0852bc0b5bf30e4e4a1cb4
parent5e97a28a8b91efca0c731ee19805a1e25cfd26ea
meson: Move CONFIG_TCG_INTERPRETER to config_host

Like CONFIG_TCG, the enabled method of execution is a host property
not a guest property.  This exposes the define to compile-once files.

Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
meson.build