qemu-e2k/hw/sparc64
Mark Cave-Ayland bcf9e2c2f2 sun4u: fix assert when adding NICs which aren't the in-built model
Commit 8d93297 introduced a bug whereby non-inbuilt NICs are realized before
setting the default MAC address causing an assert. Switch NIC creation
over from pci_create_simple() to pci_create() which works exactly the
same except omitting the realize as originally intended.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com>
2017-10-19 07:45:35 +01:00
..
Makefile.objs target-sparc: fix up niagara machine 2017-01-18 22:03:44 +01:00
niagara.c niagara: check if a serial port is available 2017-02-26 22:46:08 +01:00
sparc64.c cpu: make cpu_generic_init() abort QEMU on error 2017-09-19 09:09:32 -03:00
sun4u.c sun4u: fix assert when adding NICs which aren't the in-built model 2017-10-19 07:45:35 +01:00