mbox series

[v3,0/4] PPC440 devices misc clean up

Message ID cover.1688641673.git.balaton@eik.bme.hu
Headers show
Series PPC440 devices misc clean up | expand

Message

BALATON Zoltan July 6, 2023, 11:07 a.m. UTC
These are some small misc clean ups to PPC440 related device models
which is all I have ready for now.

v3:
- rebased on ppc-next moving already reviewed patch to front

v2:
- Added R-b tags from Philippe
- Addressed review comments
- Added new patch to rename parent field of PPC460EXPCIEState to parent_obj

BALATON Zoltan (4):
  ppc440_pcix: Stop using system io region for PCI bus
  ppc4xx_pci: Rename QOM type name define
  ppc4xx_pci: Add define for ppc4xx-host-bridge type name
  ppc440_pcix: Rename QOM type define abd move it to common header

 hw/ppc/ppc440_bamboo.c  |  3 +--
 hw/ppc/ppc440_pcix.c    | 21 ++++++++++++---------
 hw/ppc/ppc4xx_pci.c     | 10 +++++-----
 hw/ppc/sam460ex.c       |  8 ++------
 include/hw/ppc/ppc4xx.h |  4 +++-
 5 files changed, 23 insertions(+), 23 deletions(-)

Comments

Daniel Henrique Barboza July 7, 2023, 7:19 a.m. UTC | #1
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

On 7/6/23 08:16, BALATON Zoltan wrote:
> These are some small misc clean ups to PPC440 related device models
> which is all I have ready for now.
> 
> v3:
> - rebased on ppc-next moving already reviewed patch to front
> 
> v2:
> - Added R-b tags from Philippe
> - Addressed review comments
> - Added new patch to rename parent field of PPC460EXPCIEState to parent_obj
> 
> BALATON Zoltan (4):
>    ppc440_pcix: Stop using system io region for PCI bus
>    ppc4xx_pci: Rename QOM type name define
>    ppc4xx_pci: Add define for ppc4xx-host-bridge type name
>    ppc440_pcix: Rename QOM type define abd move it to common header
> 
>   hw/ppc/ppc440_bamboo.c  |  3 +--
>   hw/ppc/ppc440_pcix.c    | 21 ++++++++++++---------
>   hw/ppc/ppc4xx_pci.c     | 10 +++++-----
>   hw/ppc/sam460ex.c       |  8 ++------
>   include/hw/ppc/ppc4xx.h |  4 +++-
>   5 files changed, 23 insertions(+), 23 deletions(-)
>