Re: [PATCH v2 2/4] KVM: selftests: Add aligned guest physical page allocator

2023-06-28 Thread Sean Christopherson
On Sat, Apr 08, 2023, Nicholas Piggin wrote: > powerpc will require this to allocate MMU tables in guest memory that > are aligned and larger than the base page size. > > Signed-off-by: Nicholas Piggin > --- > .../selftests/kvm/include/kvm_util_base.h | 2 + >

[PATCH v2 2/4] KVM: selftests: Add aligned guest physical page allocator

2023-04-07 Thread Nicholas Piggin
powerpc will require this to allocate MMU tables in guest memory that are aligned and larger than the base page size. Signed-off-by: Nicholas Piggin --- .../selftests/kvm/include/kvm_util_base.h | 2 + tools/testing/selftests/kvm/lib/kvm_util.c| 44 --- 2 files changed,