Re: [PATCH v3 02/34] meson: Move CONFIG_TCG_INTERPRETER to config_host

2022-12-02 Thread Paolo Bonzini
On 12/2/22 06:39, Richard Henderson wrote: 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 Paolo Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- mes

[PATCH v3 02/34] meson: Move CONFIG_TCG_INTERPRETER to config_host

2022-12-01 Thread Richard Henderson
Like CONFIG_TCG, the enabled method of execution is a host property not a guest property. This exposes the define to compile-once files. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/m