[PATCH v2 00/10] target/ppc: powerpc_excp improvements [7xx] (8/n)

Fabiano Rosas posted 10 patches 3 years, 10 months ago
Failed in applying to current master (apply log)
target/ppc/cpu-qom.h     |   6 +-
target/ppc/cpu_init.c    |  16 +--
target/ppc/excp_helper.c | 207 ++++++++++++++++++++++++++++++++++++++-
3 files changed, 216 insertions(+), 13 deletions(-)
[PATCH v2 00/10] target/ppc: powerpc_excp improvements [7xx] (8/n)
Posted by Fabiano Rosas 3 years, 10 months ago
This series handles the 7xx family: 740, 745, 750, 750cl, 750cx,
750fx, 750gx and 755.

changes from v1:

- add back sc 1 support for pegasos2. I have opened an issue to track
  this: https://gitlab.com/qemu-project/qemu/-/issues/859

v1:
https://lists.nongnu.org/archive/html/qemu-ppc/2022-02/msg00043.html

Fabiano Rosas (10):
  target/ppc: Merge 7x5 and 7x0 exception model IDs
  target/ppc: Introduce powerpc_excp_7xx
  target/ppc: Simplify powerpc_excp_7xx
  target/ppc: 7xx: Machine Check exception cleanup
  target/ppc: 7xx: External interrupt cleanup
  target/ppc: 7xx: Program exception cleanup
  target/ppc: 7xx: System Call exception cleanup
  target/ppc: 7xx: System Reset cleanup
  target/ppc: 7xx: Software TLB cleanup
  target/ppc: 7xx: Set SRRs directly in exception code

 target/ppc/cpu-qom.h     |   6 +-
 target/ppc/cpu_init.c    |  16 +--
 target/ppc/excp_helper.c | 207 ++++++++++++++++++++++++++++++++++++++-
 3 files changed, 216 insertions(+), 13 deletions(-)

-- 
2.34.1


Re: [PATCH v2 00/10] target/ppc: powerpc_excp improvements [7xx] (8/n)
Posted by Cédric Le Goater 3 years, 10 months ago
On 2/4/22 18:34, Fabiano Rosas wrote:
> This series handles the 7xx family: 740, 745, 750, 750cl, 750cx,
> 750fx, 750gx and 755.
> 
> changes from v1:
> 
> - add back sc 1 support for pegasos2. I have opened an issue to track
>    this: https://gitlab.com/qemu-project/qemu/-/issues/859
> 
> v1:
> https://lists.nongnu.org/archive/html/qemu-ppc/2022-02/msg00043.html
> 
> Fabiano Rosas (10):
>    target/ppc: Merge 7x5 and 7x0 exception model IDs
>    target/ppc: Introduce powerpc_excp_7xx
>    target/ppc: Simplify powerpc_excp_7xx
>    target/ppc: 7xx: Machine Check exception cleanup
>    target/ppc: 7xx: External interrupt cleanup
>    target/ppc: 7xx: Program exception cleanup
>    target/ppc: 7xx: System Call exception cleanup
>    target/ppc: 7xx: System Reset cleanup
>    target/ppc: 7xx: Software TLB cleanup
>    target/ppc: 7xx: Set SRRs directly in exception code
> 
>   target/ppc/cpu-qom.h     |   6 +-
>   target/ppc/cpu_init.c    |  16 +--
>   target/ppc/excp_helper.c | 207 ++++++++++++++++++++++++++++++++++++++-
>   3 files changed, 216 insertions(+), 13 deletions(-)
> 


Applied to ppc-7.0.

Thanks,

C.