Re: [PATCH 0/3] hw/mips/jazz: Rework the NIC init code

2023-09-07 Thread Thomas Huth
On 01/09/2023 12.15, Michael Tokarev wrote: 25.08.2023 20:51, Thomas Huth wrote: 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 sh

Re: [PATCH 0/3] hw/mips/jazz: Rework the NIC init code

2023-09-01 Thread Michael Tokarev
25.08.2023 20:51, Thomas Huth wrote: 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: Rem

[PATCH 0/3] hw/mips/jazz: Rework the NIC init code

2023-08-25 Thread Thomas Huth
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/ja