Re: [PATCH] hw/mips/jazz: fix typo in in-built NIC alias

2024-09-07 Thread Michael Tokarev
07.09.2024 02: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. Signed-off-by: Mark Cave-Ayland

Re: [EXTERNAL] [PATCH] hw/mips/jazz: fix typo in in-built NIC alias

2024-09-07 Thread David Woodhouse
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

Re: [PATCH] hw/mips/jazz: fix typo in in-built NIC alias

2024-09-06 Thread Philippe Mathieu-Daudé
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-sta...@nongnu.org # v9.0

[PATCH] hw/mips/jazz: fix typo in in-built NIC alias

2024-09-06 Thread Mark Cave-Ayland
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. Signed-off-by: Mark Cave-Ayland --- hw/mips/jazz.c | 2 +- 1 file changed, 1