Re: [kvm-unit-tests PATCH v9 22/31] powerpc: Add MMU support

2024-06-04 Thread Nicholas Piggin
On Tue Jun 4, 2024 at 5:30 PM AEST, Thomas Huth wrote: > On 04/05/2024 14.28, Nicholas Piggin wrote: > > Add support for radix MMU, 4kB and 64kB pages. > > > > This also adds MMU interrupt test cases, and runs the interrupts > > test entirely with MMU enabled if it is available (aside from > > mac

Re: [kvm-unit-tests PATCH v9 22/31] powerpc: Add MMU support

2024-06-04 Thread Thomas Huth
On 04/05/2024 14.28, Nicholas Piggin wrote: Add support for radix MMU, 4kB and 64kB pages. This also adds MMU interrupt test cases, and runs the interrupts test entirely with MMU enabled if it is available (aside from machine check tests). Acked-by: Andrew Jones (configure changes) Signed-off-

[kvm-unit-tests PATCH v9 22/31] powerpc: Add MMU support

2024-05-04 Thread Nicholas Piggin
Add support for radix MMU, 4kB and 64kB pages. This also adds MMU interrupt test cases, and runs the interrupts test entirely with MMU enabled if it is available (aside from machine check tests). Acked-by: Andrew Jones (configure changes) Signed-off-by: Nicholas Piggin --- configure