mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
meson: Fix 'interpretor' typo
Fix a typo from commit fa2f7b0b9b
("meson: Warn when TCI is
selected but TCG backend is available").
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210521103423.2780345-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
63a0eb6987
commit
1c282da395
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ if not get_option('tcg').disabled()
|
||||||
error('Unsupported CPU @0@, try --enable-tcg-interpreter'.format(cpu))
|
error('Unsupported CPU @0@, try --enable-tcg-interpreter'.format(cpu))
|
||||||
endif
|
endif
|
||||||
elif get_option('tcg_interpreter')
|
elif get_option('tcg_interpreter')
|
||||||
warning('Use of the TCG interpretor is not recommended on this host')
|
warning('Use of the TCG interpreter is not recommended on this host')
|
||||||
warning('architecture. There is a native TCG execution backend available')
|
warning('architecture. There is a native TCG execution backend available')
|
||||||
warning('which provides substantially better performance and reliability.')
|
warning('which provides substantially better performance and reliability.')
|
||||||
warning('It is strongly recommended to remove the --enable-tcg-interpreter')
|
warning('It is strongly recommended to remove the --enable-tcg-interpreter')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue