qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
	Peter Maydell <peter.maydell@linaro.org>,
	QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PATCH] meson: Fix 'interpretor' typo
Date: Sat, 6 Nov 2021 17:33:35 +0100	[thread overview]
Message-ID: <addd8778-e14f-a185-26d2-0b9acb57e0a3@vivier.eu> (raw)
In-Reply-To: <CAP+75-U0wK7BKxFywWr8tWUbZ-nc5W8cdcOWM=gPp162gPAtiQ@mail.gmail.com>

Le 06/11/2021 à 15:53, Philippe Mathieu-Daudé a écrit :
> ping...
> 
> https://lore.kernel.org/qemu-devel/20210521103423.2780345-1-philmd@redhat.com/
> 
> On Sat, Jun 5, 2021 at 9:03 PM Laurent Vivier <laurent@vivier.eu> 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 available").
>>>
>>> Reported-by: Peter Maydell <peter.maydell@linaro.org>
>>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>>> ---
>>>   meson.build | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meson.build b/meson.build
>>> index 1559e8d873a..230a0e4b558 100644
>>> --- a/meson.build
>>> +++ b/meson.build
>>> @@ -247,7 +247,7 @@
>>>         error('Unsupported CPU @0@, try --enable-tcg-interpreter'.format(cpu))
>>>       endif
>>>     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('which provides substantially better performance and reliability.')
>>>       warning('It is strongly recommended to remove the --enable-tcg-interpreter')
>>>
>>
>> Reviewed-by: Laurent Vivier <laurent@vivier.eu>
>>
> 
> 

Applied to my trivial-patches branch.

Thanks,
Laurent



      reply	other threads:[~2021-11-06 16:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-21 10:34 [PATCH] meson: Fix 'interpretor' typo Philippe Mathieu-Daudé
2021-06-05 19:03 ` Laurent Vivier
2021-11-06 14:53   ` Philippe Mathieu-Daudé
2021-11-06 16:33     ` Laurent Vivier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=addd8778-e14f-a185-26d2-0b9acb57e0a3@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).