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

Philippe Mathieu-Daudé posted 2 patches 3 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201012160503.3472140-1-f4bug@amsat.org
Test checkpatch passed
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>, Jiaxun Yang <jiaxun.yang@flygoat.com>
hw/mips/malta.c | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
[PATCH 0/2] hw/mips/malta: Minor housekeeping in mips_malta_init()
Posted by Philippe Mathieu-Daudé 3 years, 6 months ago
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

Re: [PATCH 0/2] hw/mips/malta: Minor housekeeping in mips_malta_init()
Posted by Richard Henderson 3 years, 6 months ago
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~

Re: [PATCH 0/2] hw/mips/malta: Minor housekeeping in mips_malta_init()
Posted by Philippe Mathieu-Daudé 3 years, 6 months ago
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.