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

BALATON Zoltan posted 4 patches 9 months, 3 weeks ago
Failed in applying to current master (apply log)
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(-)
[PATCH v3 0/4] PPC440 devices misc clean up
Posted by BALATON Zoltan 9 months, 3 weeks ago
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(-)

-- 
2.30.9
Re: [RESEND PATCH v3 0/4] PPC440 devices misc clean up
Posted by Daniel Henrique Barboza 9 months, 3 weeks ago
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(-)
>