From: David Woodhouse <dwmw2@infradead.org>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
hpoussin@reactos.org, arikalo@gmail.com, jiaxun.yang@flygoat.com,
qemu-devel@nongnu.org, qemu-stable@nongnu.org
Subject: Re: [EXTERNAL] [PATCH] hw/mips/jazz: fix typo in in-built NIC alias
Date: Sat, 07 Sep 2024 10:25:08 +0100 [thread overview]
Message-ID: <5f4835cfb88451a3dc984929ef09836dd15f0280.camel@infradead.org> (raw)
In-Reply-To: <7dc385ca-46bc-4572-8212-7bd49d09e536@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
On Sat, 2024-09-07 at 06:08 +0200, Philippe Mathieu-Daudé wrote:
> On 7/9/24 01:01, Mark Cave-Ayland wrote:
> > Commit e104edbb9d ("hw/mips/jazz: use qemu_find_nic_info()") contained a typo
> > in the NIC alias which caused initialisation of the in-built dp83932 NIC to fail
> > when using the normal -nic user,model=dp83932 command line.
> >
>
> Cc: qemu-stable@nongnu.org # v9.0
> Fixes: e104edbb9d ("hw/mips/jazz: use qemu_find_nic_info()")
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: David Woodhouse <dwmw@amazon.co.uk>
Thanks.
> > Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> > ---
> > hw/mips/jazz.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/hw/mips/jazz.c b/hw/mips/jazz.c
> > index 1bc17e69d3..0d44e19707 100644
> > --- a/hw/mips/jazz.c
> > +++ b/hw/mips/jazz.c
> > @@ -128,7 +128,7 @@ static void mips_jazz_init_net(IOMMUMemoryRegion *rc4030_dma_mr,
> > uint8_t *prom;
> > NICInfo *nd;
> >
> > - nd = qemu_find_nic_info("dp8393x", true, "dp82932");
> > + nd = qemu_find_nic_info("dp8393x", true, "dp83932");
> > if (!nd) {
> > return;
> > }
>
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5965 bytes --]
next prev parent reply other threads:[~2024-09-07 9:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-06 23:01 [PATCH] hw/mips/jazz: fix typo in in-built NIC alias Mark Cave-Ayland
2024-09-07 4:08 ` Philippe Mathieu-Daudé
2024-09-07 9:25 ` David Woodhouse [this message]
2024-09-07 12:11 ` Michael Tokarev
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=5f4835cfb88451a3dc984929ef09836dd15f0280.camel@infradead.org \
--to=dwmw2@infradead.org \
--cc=arikalo@gmail.com \
--cc=hpoussin@reactos.org \
--cc=jiaxun.yang@flygoat.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@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).