Re: [PATCH v2 4/7] kvm/mips: rework guest entry logic

From: Sean Christopherson
Date: Thu Jan 20 2022 - 12:17:55 EST


On Thu, Jan 20, 2022, Mark Rutland wrote:
> Longer-term MIPS should move to a loop like everyone else has:
>
> for (;;) {
> status = kvm_mips_enter_exit_vcpu();
>
> if (handle_exit(status))
> break;
>
> ...
> }
>
> ... which is far easier to manage.

I don't suppose we can just remove MIPS "support"? And PPC while we're at it? :-D