Re: [PATCH v2 4/5] KVM: selftests: Fix pre_fault_memory_test to run on s390
From: Sean Christopherson
Date: Thu May 21 2026 - 09:50:52 EST
On Thu, May 21, 2026, Claudio Imbrenda wrote:
> Add a missing #include <ucall_common.h> which is needed and otherwise
> not included on s390.
>
> Remove the assertion vcpu->run->exit_reason == KVM_EXIT_IO since it
> is x86-specific and redundant anyway.
>
> Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
> ---
Acked-by: Sean Christopherson <seanjc@xxxxxxxxxx>