From: "Alex Bennée" <alex.bennee@linaro.org>
To: Shuuichirou Ishii <ishii.shuuichir@fujitsu.com>
Cc: peter.maydell@linaro.org, rad@semihalf.com,
qemu-devel@nongnu.org, qemu-arm@nongnu.org
Subject: Re: [PATCH] hw/arm/sbsa-ref: Fixed cpu type error message typo.
Date: Fri, 08 Oct 2021 10:39:34 +0100 [thread overview]
Message-ID: <87tuhrdfdl.fsf@linaro.org> (raw)
In-Reply-To: <20211008063604.670699-1-ishii.shuuichir@fujitsu.com>
Shuuichirou Ishii <ishii.shuuichir@fujitsu.com> writes:
> Signed-off-by: Shuuichirou Ishii <ishii.shuuichir@fujitsu.com>
> ---
> hw/arm/sbsa-ref.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c
> index 509c5f09b4..358714bd3e 100644
> --- a/hw/arm/sbsa-ref.c
> +++ b/hw/arm/sbsa-ref.c
> @@ -670,7 +670,7 @@ static void sbsa_ref_init(MachineState *machine)
> int n, sbsa_max_cpus;
>
> if (!cpu_type_valid(machine->cpu_type)) {
> - error_report("mach-virt: CPU type %s not supported", machine->cpu_type);
> + error_report("sbsa-ref: CPU type %s not supported", machine->cpu_type);
> exit(1);
> }
copy and paste detected ;-)
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
next prev parent reply other threads:[~2021-10-08 9:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-08 6:36 [PATCH] hw/arm/sbsa-ref: Fixed cpu type error message typo Shuuichirou Ishii
2021-10-08 9:39 ` Alex Bennée [this message]
2021-10-08 10:59 ` wangyanan (Y)
2021-10-18 19:48 ` Richard Henderson
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=87tuhrdfdl.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=ishii.shuuichir@fujitsu.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=rad@semihalf.com \
/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).