OSDN Git Service

meson: Warn when TCI is selected but TCG backend is available
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 25 Jan 2021 14:45:30 +0000 (15:45 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Feb 2021 13:43:55 +0000 (14:43 +0100)
commitfa2f7b0b9b7d1087bd09f8e086c6403515bbdd3d
tree8376a1d1cbd19048f2a62307fcd58d58af2a680a
parent39687aca6a72e08ea09652bb45073d09a65d8023
meson: Warn when TCI is selected but TCG backend is available

Some new users get confused with 'TCG' and 'TCI', and enable TCI
support expecting to enable TCG.

Emit a warning when native TCG backend is available on the
host architecture, mentioning this is a suboptimal configuration.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Suggested-by: Daniel Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210125144530.2837481-5-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build