mbox series

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

Message ID 20230721050255.100090-1-npiggin@gmail.com
Headers show
Series target/ppc: Fixes for hash MMU for ISA v3.0 | expand

Message

Nicholas Piggin July 21, 2023, 5:02 a.m. UTC
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(-)

Comments

Cédric Le Goater July 21, 2023, 7:27 a.m. UTC | #1
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(-)
>