KVM: e500: always restore irqs
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 12 Jan 2025 09:34:44 +0000 (10:34 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 12 Jan 2025 09:34:44 +0000 (10:34 +0100)
commit87ecfdbc699cc95fac73291b52650283ddcf929d
tree1ac2ff55839e590e0f0a5fe5013ed5abcfa34123
parentf07044dd0df0c9d0ad177c3098b62ccddb735a2d
KVM: e500: always restore irqs

If find_linux_pte fails, IRQs will not be restored.  This is unlikely
to happen in practice since it would have been reported as hanging
hosts, but it should of course be fixed anyway.

Cc: stable@vger.kernel.org
Reported-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/powerpc/kvm/e500_mmu_host.c