[PATCH 0/4] Misc macio clean ups

BALATON Zoltan posted 4 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1674001241.git.balaton@eik.bme.hu
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/misc/macio/macio.c | 167 ++++++++++++++++++------------------------
1 file changed, 72 insertions(+), 95 deletions(-)
[PATCH 0/4] Misc macio clean ups
Posted by BALATON Zoltan 1 year, 3 months ago
Just some small trivial clean ups that I've found while looking at
hw/misc/macio/macio.c

Regards,
BALATON Zoltan

BALATON Zoltan (4):
  hw/misc/macio: Avoid some QOM casts
  hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity
  hw/misc/macio: Remove some single use local variables
  hw/misc/macio: Return bool from functions taking errp

 hw/misc/macio/macio.c | 167 ++++++++++++++++++------------------------
 1 file changed, 72 insertions(+), 95 deletions(-)

-- 
2.30.6
Re: [PATCH 0/4] Misc macio clean ups
Posted by Mark Cave-Ayland 1 year, 3 months ago
On 18/01/2023 00:32, BALATON Zoltan wrote:

> Just some small trivial clean ups that I've found while looking at
> hw/misc/macio/macio.c
> 
> Regards,
> BALATON Zoltan
> 
> BALATON Zoltan (4):
>    hw/misc/macio: Avoid some QOM casts
>    hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity
>    hw/misc/macio: Remove some single use local variables
>    hw/misc/macio: Return bool from functions taking errp
> 
>   hw/misc/macio/macio.c | 167 ++++++++++++++++++------------------------
>   1 file changed, 72 insertions(+), 95 deletions(-)

Thanks, I've applied these to my qemu-macppc branch.


ATB,

Mark.