[PATCH 0/2] target/ppc: Fixes for hash MMU for ISA v3.0

Nicholas Piggin posted 2 patches 9 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230721050255.100090-1-npiggin@gmail.com
Maintainers: Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>, Nicholas Piggin <npiggin@gmail.com>
target/ppc/mmu-hash64.c | 68 ++++++++++++++++++++++++++++++-----------
1 file changed, 51 insertions(+), 17 deletions(-)
[PATCH 0/2] target/ppc: Fixes for hash MMU for ISA v3.0
Posted by Nicholas Piggin 9 months, 2 weeks ago
This fixes a couple of deficiencies in the v3.0 and later (POWER9, 10)
HPT MMU implementation. With these fixes, KVM is unable to boot hash
guests on powernv9/10 machines. Bare metal hash or pseries machine with
hash works, because VRMA is only used when a real hypervisor is
virtualizing a hash guest's real mode addressing.

Thanks,
Nick

Nicholas Piggin (2):
  target/ppc: Implement ASDR register for ISA v3.0 for HPT
  target/ppc: Fix VRMA page size for ISA v3.0

 target/ppc/mmu-hash64.c | 68 ++++++++++++++++++++++++++++++-----------
 1 file changed, 51 insertions(+), 17 deletions(-)

-- 
2.40.1
Re: [PATCH 0/2] target/ppc: Fixes for hash MMU for ISA v3.0
Posted by Cédric Le Goater 9 months, 2 weeks ago
Hello Nick,

On 7/21/23 07:02, Nicholas Piggin wrote:
> This fixes a couple of deficiencies in the v3.0 and later (POWER9, 10)
> HPT MMU implementation. With these fixes, KVM is unable to boot hash
> guests on powernv9/10 machines. Bare metal hash or pseries machine with
> hash works, because VRMA is only used when a real hypervisor is
> virtualizing a hash guest's real mode addressing.
> 
> Thanks,
> Nick

Could please add Fixes tags to your 'fix' patches ? No need to resend
just reply on the mailing list with :

   Fixes: <commit> "subject"

Also for the "target/ppc: Fix pending HDEC when entering PM state" patch.

Thanks,

C.

  
> Nicholas Piggin (2):
>    target/ppc: Implement ASDR register for ISA v3.0 for HPT
>    target/ppc: Fix VRMA page size for ISA v3.0
> 
>   target/ppc/mmu-hash64.c | 68 ++++++++++++++++++++++++++++++-----------
>   1 file changed, 51 insertions(+), 17 deletions(-)
>