mbox series

[v3,0/3] ppc: Check for bad Radix configs

Message ID 20220628133959.15131-1-leandro.lupori@eldorado.org.br
Headers show
Series ppc: Check for bad Radix configs | expand

Message

Leandro Lupori June 28, 2022, 1:39 p.m. UTC
Changes from v2:
- Improved comments on patch 2
- Improved commit message on patch 3
- Now emulating CPU behavior on misaligned page table base addresses

Leandro Lupori (3):
  ppc: Check partition and process table alignment
  target/ppc: Improve Radix xlate level validation
  target/ppc: Check page dir/table base alignment

 hw/ppc/spapr.c             |  5 +++
 hw/ppc/spapr_hcall.c       |  9 ++++
 target/ppc/mmu-book3s-v3.c |  5 +++
 target/ppc/mmu-radix64.c   | 92 ++++++++++++++++++++++++++++++--------
 4 files changed, 93 insertions(+), 18 deletions(-)

Comments

Daniel Henrique Barboza July 15, 2022, 1:44 p.m. UTC | #1
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

On 6/28/22 10:39, Leandro Lupori wrote:
> Changes from v2:
> - Improved comments on patch 2
> - Improved commit message on patch 3
> - Now emulating CPU behavior on misaligned page table base addresses
> 
> Leandro Lupori (3):
>    ppc: Check partition and process table alignment
>    target/ppc: Improve Radix xlate level validation
>    target/ppc: Check page dir/table base alignment
> 
>   hw/ppc/spapr.c             |  5 +++
>   hw/ppc/spapr_hcall.c       |  9 ++++
>   target/ppc/mmu-book3s-v3.c |  5 +++
>   target/ppc/mmu-radix64.c   | 92 ++++++++++++++++++++++++++++++--------
>   4 files changed, 93 insertions(+), 18 deletions(-)
>