Re: [PATCH 5.4 35/69] KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guest

From: Michael Ellerman
Date: Tue Oct 19 2021 - 06:54:35 EST


Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> writes:
> From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
>
> commit cdeb5d7d890e14f3b70e8087e745c4a6a7d9f337 upstream.
>
> We call idle_kvm_start_guest() from power7_offline() if the thread has
> been requested to enter KVM. We pass it the SRR1 value that was returned
> from power7_idle_insn() which tells us what sort of wakeup we're
> processing.

Please drop this also, it won't apply without the previous patch.

cheers