The NIC init code of the jazz machines is rather cumbersome, with a for-loop around it that is always left after the first iteration. This patch series reworks this a little bit to make the code more readable and shorter.
Thomas Huth (3): hw/mips/jazz: Remove the big_endian variable hw/mips/jazz: Move the NIC init code into a separate function hw/mips/jazz: Simplify the NIC setup code hw/mips/jazz.c | 89 +++++++++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 49 deletions(-) -- 2.39.3