From: Madhavan Srinivasan Date: Tue, 9 Sep 2014 17:07:35 +0000 (+0530) Subject: powerpc/kvm: support to handle sw breakpoint X-Git-Tag: fixes-for-v3.18-merge-window~23^2~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59c1d9e609c4bbad9ec3b238221ecf3b9ca091b;p=pandora-kernel.git powerpc/kvm: support to handle sw breakpoint This patch adds kernel side support for software breakpoint. Design is that, by using an illegal instruction, we trap to hypervisor via Emulation Assistance interrupt, where we check for the illegal instruction and accordingly we return to Host or Guest. Patch also adds support for software breakpoint in PR KVM. Signed-off-by: Madhavan Srinivasan Signed-off-by: Alexander Graf --- Reading git-diff-tree failed