[PATCH] KVM: PPC: Book3S PR: Refactor program interrupt related code into separate function

Paul Mackerras paulus at ozlabs.org
Fri Jan 27 20:46:59 AEDT 2017


On Wed, Jan 25, 2017 at 01:27:22PM +0100, Thomas Huth wrote:
> The function kvmppc_handle_exit_pr() is quite huge and thus hard to read,
> and even contains a "spaghetti-code"-like goto between the different case
> labels of the big switch statement. This can be made much more readable
> by moving the code related to injecting program interrupts / instruction
> emulation into a separate function instead.
> 
> Signed-off-by: Thomas Huth <thuth at redhat.com>

Thanks, applied to my kvm-ppc-next branch.

Paul.


More information about the Linuxppc-dev mailing list