[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 36/46] hw/mips/jazz: use qemu_find_nic_info()
|
From: |
David Woodhouse |
|
Subject: |
Re: [PATCH v3 36/46] hw/mips/jazz: use qemu_find_nic_info() |
|
Date: |
Fri, 26 Jan 2024 16:38:13 +0000 |
|
User-agent: |
Evolution 3.44.4-0ubuntu2 |
On Fri, 2024-01-26 at 17:29 +0100, Thomas Huth wrote:
> On 08/01/2024 21.27, David Woodhouse wrote:
> > From: David Woodhouse <dwmw@amazon.co.uk>
> >
> > Extract the MAC address from the NICInfo, or generate one explicitly if
> > there was no corresponding NIC configuration, to put it in the PROM.
>
> Uh, I don't see any MAC handling in the patch below? Is this the right
> comment for this patch?
Ah, that must be from an earlier iteration of the patch.
The code in mips_jazz_init_net() would only create the net device if a
corresponding configuration exists, so the "…or generate one
explicitly…" part went away.
The code to put the MAC address in the PROM *is* there, but I just
haven't touched it. I'll drop that sentence from the commit message.
smime.p7s
Description: S/MIME cryptographic signature
- Re: [PATCH v3 39/46] hw/riscv: use qemu_configure_nic_device(), (continued)
- [PATCH v3 16/46] hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices(), David Woodhouse, 2024/01/08
- [PATCH v3 30/46] hw/arm: use qemu_configure_nic_device(), David Woodhouse, 2024/01/08
- [PATCH v3 14/46] hw/mips/loongson3_virt: use pci_init_nic_devices(), David Woodhouse, 2024/01/08
- [PATCH v3 38/46] hw/openrisc/openrisc_sim: use qemu_create_nic_device(), David Woodhouse, 2024/01/08
- [PATCH v3 36/46] hw/mips/jazz: use qemu_find_nic_info(), David Woodhouse, 2024/01/08
- [PATCH v3 15/46] hw/ppc/prep: use pci_init_nic_devices(), David Woodhouse, 2024/01/08
- [PATCH v3 22/46] hw/arm/aspeed: use qemu_configure_nic_device(), David Woodhouse, 2024/01/08
- [PATCH v3 21/46] hw/arm/allwinner: use qemu_configure_nic_device(), David Woodhouse, 2024/01/08
- [PATCH v3 07/46] hw/alpha/dp264: use pci_init_nic_devices(), David Woodhouse, 2024/01/08
- [PATCH v3 02/46] net: report list of available models according to platform, David Woodhouse, 2024/01/08