Re: [PATCH v3 36/46] hw/mips/jazz: use qemu_find_nic_info()

2024-01-26 Thread David Woodhouse
On Fri, 2024-01-26 at 17:29 +0100, Thomas Huth wrote: > On 08/01/2024 21.27, David Woodhouse wrote: > > From: David Woodhouse > > > > 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

Re: [PATCH v3 36/46] hw/mips/jazz: use qemu_find_nic_info()

2024-01-26 Thread Thomas Huth
On 08/01/2024 21.27, David Woodhouse wrote: From: David Woodhouse 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

[PATCH v3 36/46] hw/mips/jazz: use qemu_find_nic_info()

2024-01-08 Thread David Woodhouse
From: David Woodhouse Extract the MAC address from the NICInfo, or generate one explicitly if there was no corresponding NIC configuration, to put it in the PROM. Signed-off-by: David Woodhouse --- hw/mips/jazz.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff