Re: [PATCH v3 RESEND 00/10] KVM: selftests: add powerpc support

From: Sean Christopherson

Date: Wed Jun 10 2026 - 08:56:52 EST


On Wed, Jun 10, 2026, Ritesh Harjani (IBM) wrote:
> Nicholas Piggin (4):
> KVM: selftests: Move pgd_created check into virt_pgd_alloc
> KVM: selftests: Add aligned guest physical page allocator
> KVM: PPC: selftests: add support for powerpc
> KVM: PPC: selftests: powerpc enable kvm_create_max_vcpus test
>
> Ritesh Harjani (IBM) (6):
> KVM: selftests: Print the vcpu_id when KVM_CREATE_VCPU ioctl fails
> KVM: PPC: selftests: Use u64 instead of uint64_t
> KVM: PPC: selftests: Use s64 instead of int64_t
> KVM: PPC: selftests: Use u32 instead of uint32_t
> KVM: PPC: selftests: Use u8 instead of uint8_t
> KVM: PPC: selftests: Replace u64 gpa, u64 gva|vaddr with gpa_t and
> gva_t

Squash these typedef changes into the patch where the "bad" typedefs are used.
Give yourself attribution for Co-developed-by if desired, but don't introduce
code only to immediately fix it.