mbox series

[v2,0/5] target/ppc: powerpc_excp improvements (1/n)

Message ID 20211229165751.3774248-1-farosas@linux.ibm.com
Headers show
Series target/ppc: powerpc_excp improvements (1/n) | expand

Message

Fabiano Rosas Dec. 29, 2021, 4:57 p.m. UTC
This series comprises of the first 4 patches from the RFC v2 plus an
extra patch addressing review comments.

Patch 1,3,4,5 have been reviewed.

Patch 2 addresses prior comments from patch 3 and has not been
reviewed.

RFC v1:
https://lists.nongnu.org/archive/html/qemu-ppc/2021-06/msg00026.html

RFC v2:
https://lists.nongnu.org/archive/html/qemu-ppc/2021-12/msg00542.html

Fabiano Rosas (5):
  target/ppc: powerpc_excp: Set alternate SRRs directly
  target/ppc: powerpc_excp: Add excp_vectors bounds check
  target/ppc: powerpc_excp: Set vector earlier
  target/ppc: powerpc_excp: Move system call vectored code together
  target/ppc: powerpc_excp: Stop passing excp_model around

 target/ppc/excp_helper.c | 102 ++++++++++++++++++---------------------
 1 file changed, 46 insertions(+), 56 deletions(-)

Comments

Cédric Le Goater Jan. 4, 2022, 7:40 a.m. UTC | #1
On 12/29/21 17:57, Fabiano Rosas wrote:
> This series comprises of the first 4 patches from the RFC v2 plus an
> extra patch addressing review comments.
> 
> Patch 1,3,4,5 have been reviewed.
> 
> Patch 2 addresses prior comments from patch 3 and has not been
> reviewed.
> 
> RFC v1:
> https://lists.nongnu.org/archive/html/qemu-ppc/2021-06/msg00026.html
> 
> RFC v2:
> https://lists.nongnu.org/archive/html/qemu-ppc/2021-12/msg00542.html



Applied in ppc-next.

Thanks,

C.