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

Leandro Lupori posted 3 patches 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220628133959.15131-1-leandro.lupori@eldorado.org.br
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>
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(-)
[PATCH v3 0/3] ppc: Check for bad Radix configs
Posted by Leandro Lupori 1 year, 10 months ago
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(-)

-- 
2.25.1
Re: [PATCH v3 0/3] ppc: Check for bad Radix configs
Posted by Daniel Henrique Barboza 1 year, 9 months ago
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(-)
>