Re: [PATCH] meson: Fix 'interpretor' typo

2021-11-06 Thread Laurent Vivier
Le 06/11/2021 à 15:53, Philippe Mathieu-Daudé a écrit : ping... https://lore.kernel.org/qemu-devel/20210521103423.2780345-1-phi...@redhat.com/ On Sat, Jun 5, 2021 at 9:03 PM Laurent Vivier wrote: Le 21/05/2021 à 12:34, Philippe Mathieu-Daudé a écrit : Fix a typo from commit fa2f7b0b9b7 ("me

Re: [PATCH] meson: Fix 'interpretor' typo

2021-11-06 Thread Philippe Mathieu-Daudé
ping... https://lore.kernel.org/qemu-devel/20210521103423.2780345-1-phi...@redhat.com/ On Sat, Jun 5, 2021 at 9:03 PM Laurent Vivier wrote: > > Le 21/05/2021 à 12:34, Philippe Mathieu-Daudé a écrit : > > Fix a typo from commit fa2f7b0b9b7 ("meson: Warn when TCI is > > selected but TCG backend is

Re: [PATCH] meson: Fix 'interpretor' typo

2021-06-05 Thread Laurent Vivier
Le 21/05/2021 à 12:34, Philippe Mathieu-Daudé a écrit : > Fix a typo from commit fa2f7b0b9b7 ("meson: Warn when TCI is > selected but TCG backend is available"). > > Reported-by: Peter Maydell > Signed-off-by: Philippe Mathieu-Daudé > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+),

[PATCH] meson: Fix 'interpretor' typo

2021-05-21 Thread Philippe Mathieu-Daudé
Fix a typo from commit fa2f7b0b9b7 ("meson: Warn when TCI is selected but TCG backend is available"). Reported-by: Peter Maydell Signed-off-by: Philippe Mathieu-Daudé --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1559e8d873a.