[PATCH 0/3] Misc ppc/e500 patches

BALATON Zoltan posted 3 patches 5 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1748012109.git.balaton@eik.bme.hu
Maintainers: Bernhard Beschow <shentey@gmail.com>, Jason Wang <jasowang@redhat.com>
hw/net/fsl_etsec/etsec.c |  1 +
hw/pci-host/ppce500.c    |  8 ++++----
hw/ppc/e500.c            | 26 +++++++++++++-------------
hw/ppc/e500.h            |  4 ++++
hw/ppc/e500plat.c        |  2 ++
hw/ppc/mpc8544ds.c       |  2 ++
6 files changed, 26 insertions(+), 17 deletions(-)
[PATCH 0/3] Misc ppc/e500 patches
Posted by BALATON Zoltan 5 months, 3 weeks ago
Some small patches to e500 related parts. Also includes a patch from
Bernhard that is rebased on current version.

Regards,
BALATON Zoltan

BALATON Zoltan (2):
  hw/ppc/e500: Move clock and TB frequency to machine class
  hw/net/fsl_etsec: Set default MAC address

Bernhard Beschow (1):
  hw/ppc/e500: Use SysBusDevice API to access TYPE_CCSR's internal
    resources

 hw/net/fsl_etsec/etsec.c |  1 +
 hw/pci-host/ppce500.c    |  8 ++++----
 hw/ppc/e500.c            | 26 +++++++++++++-------------
 hw/ppc/e500.h            |  4 ++++
 hw/ppc/e500plat.c        |  2 ++
 hw/ppc/mpc8544ds.c       |  2 ++
 6 files changed, 26 insertions(+), 17 deletions(-)

-- 
2.41.3
Re: [PATCH 0/3] Misc ppc/e500 patches
Posted by Bernhard Beschow 5 months, 2 weeks ago

Am 23. Mai 2025 15:02:10 UTC schrieb BALATON Zoltan <balaton@eik.bme.hu>:
>Some small patches to e500 related parts. Also includes a patch from
>Bernhard that is rebased on current version.
>
>Regards,
>BALATON Zoltan
>
>BALATON Zoltan (2):
>  hw/ppc/e500: Move clock and TB frequency to machine class
>  hw/net/fsl_etsec: Set default MAC address
>
>Bernhard Beschow (1):
>  hw/ppc/e500: Use SysBusDevice API to access TYPE_CCSR's internal
>    resources
>
> hw/net/fsl_etsec/etsec.c |  1 +
> hw/pci-host/ppce500.c    |  8 ++++----
> hw/ppc/e500.c            | 26 +++++++++++++-------------
> hw/ppc/e500.h            |  4 ++++
> hw/ppc/e500plat.c        |  2 ++
> hw/ppc/mpc8544ds.c       |  2 ++
> 6 files changed, 26 insertions(+), 17 deletions(-)
>

Series:
Acked-by: Bernhard Beschow <shentey@gmail.com>