mbox series

[0/2] hw/mips/malta: Minor housekeeping in mips_malta_init()

Message ID 20201012160503.3472140-1-f4bug@amsat.org
Headers show
Series hw/mips/malta: Minor housekeeping in mips_malta_init() | expand

Message

Philippe Mathieu-Daudé Oct. 12, 2020, 4:05 p.m. UTC
Move some code around to make this big function
easier to review.

Philippe Mathieu-Daudé (2):
  hw/mips/malta: Move gt64120 related code together
  hw/mips/malta: Use clearer qdev style

 hw/mips/malta.c | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

-- 
2.26.2

Comments

Richard Henderson Oct. 13, 2020, 11:59 p.m. UTC | #1
On 10/12/20 9:05 AM, Philippe Mathieu-Daudé wrote:
> Philippe Mathieu-Daudé (2):

>   hw/mips/malta: Move gt64120 related code together

>   hw/mips/malta: Use clearer qdev style


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~
Philippe Mathieu-Daudé Oct. 16, 2020, 1:52 p.m. UTC | #2
On 10/12/20 6:05 PM, Philippe Mathieu-Daudé wrote:
> Move some code around to make this big function
> easier to review.
> 
> Philippe Mathieu-Daudé (2):
>    hw/mips/malta: Move gt64120 related code together
>    hw/mips/malta: Use clearer qdev style
> 
>   hw/mips/malta.c | 21 ++++++++++-----------
>   1 file changed, 10 insertions(+), 11 deletions(-)
> 

Thanks, applied to mips-next.