From: Scott Wood Date: Fri, 10 Jan 2014 01:18:40 +0000 (-0600) Subject: kvm/ppc: IRQ disabling cleanup X-Git-Tag: v3.14-rc1~26^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c85f52b10fd60e45c6e30c5b85d116406bd3c9b;p=pandora-kernel.git kvm/ppc: IRQ disabling cleanup Simplify the handling of lazy EE by going directly from fully-enabled to hard-disabled. This replaces the lazy_irq_pending() check (including its misplaced kvm_guest_exit() call). As suggested by Tiejun Chen, move the interrupt disabling into kvmppc_prepare_to_enter() rather than have each caller do it. Also move the IRQ enabling on heavyweight exit into kvmppc_prepare_to_enter(). Signed-off-by: Scott Wood Signed-off-by: Alexander Graf --- Reading git-diff-tree failed