From: Aneesh Kumar K.V Date: Mon, 7 Oct 2013 16:47:55 +0000 (+0530) Subject: kvm: powerpc: book3s: Cleanup interrupt handling code X-Git-Tag: v3.13-rc1~80^2~15^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd96b2c2dc408faf2213bc0a05897c1359f7969c;p=pandora-kernel.git kvm: powerpc: book3s: Cleanup interrupt handling code With this patch if HV is included, interrupts come in to the HV version of the kvmppc_interrupt code, which then jumps to the PR handler, renamed to kvmppc_interrupt_pr, if the guest is a PR guest. This helps in enabling both HV and PR, which we do in later patch Signed-off-by: Aneesh Kumar K.V Signed-off-by: Alexander Graf --- Reading git-diff-tree failed