]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/mips/jazz: use qemu_find_nic_info()
authorDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 23 Oct 2023 08:37:49 +0000 (09:37 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 13 Nov 2023 23:31:53 +0000 (18:31 -0500)
commitdfda67f195e927e9025df8669c2e43ffb5e22b3c
treeb1b78697e9b579ef16c5645ce9339d6a522f3fd7
parent73959b848f012c43ff5c3cdb5072b9908a7ebfd4
hw/mips/jazz: use qemu_find_nic_info()

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 <dwmw@amazon.co.uk>
hw/mips/jazz.c