From: Peter Maydell <peter.maydell@linaro.org>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: qemu-arm <qemu-arm@nongnu.org>, QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PATCH] hw/arm/nseries: Display hexadecimal value with '0x' prefix
Date: Tue, 27 Jul 2021 10:18:10 +0100 [thread overview]
Message-ID: <CAFEAcA9M5u-NF9v1MmGctbCh_LMRyhtvLc9yKzuP2SFsgPbViQ@mail.gmail.com> (raw)
In-Reply-To: <20210726150953.1218690-1-f4bug@amsat.org>
On Mon, 26 Jul 2021 at 16:09, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> hw/arm/nseries.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c
> index 906c915df78..af3164c5519 100644
> --- a/hw/arm/nseries.c
> +++ b/hw/arm/nseries.c
> @@ -692,7 +692,7 @@ static uint32_t mipid_txrx(void *opaque, uint32_t cmd, int len)
> default:
> bad_cmd:
> qemu_log_mask(LOG_GUEST_ERROR,
> - "%s: unknown command %02x\n", __func__, s->cmd);
> + "%s: unknown command 0x%02x\n", __func__, s->cmd);
> break;
> }
Applied to target-arm.next, thanks.
-- PMM
prev parent reply other threads:[~2021-07-27 9:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-26 15:09 [PATCH] hw/arm/nseries: Display hexadecimal value with '0x' prefix Philippe Mathieu-Daudé
2021-07-26 17:15 ` Richard Henderson
2021-07-27 9:18 ` Peter Maydell [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=CAFEAcA9M5u-NF9v1MmGctbCh_LMRyhtvLc9yKzuP2SFsgPbViQ@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=f4bug@amsat.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@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).