From: Alexander Graf Date: Mon, 20 Feb 2012 22:57:26 +0000 (+0100) Subject: KVM: PPC: booke: expose good state on irq reinject X-Git-Tag: v3.5-rc1~88^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e642ccbd6a3f1410155c7700f54b56b6c7df9a2;p=pandora-kernel.git KVM: PPC: booke: expose good state on irq reinject When reinjecting an interrupt into the host interrupt handler after we're back in host kernel land, we need to tell the kernel where the interrupt happened. We can't tell it that we were in guest state, because that might lead to random code walking host addresses. So instead, we tell it that we came from the interrupt reinject code. This helps getting reasonable numbers out of perf. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed