Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | KVM/MIPS32: Privileged instruction/target branch emulation. | Sanjay Lal | 2013-05-07 |
- The Guest kernel is run in UM and privileged instructions cause a trap. - If the instruction causing the trap is in a branch delay slot, the branch needs to be emulated to figure out the PC @ which the guest will resume execution. Signed-off-by: Sanjay Lal <sanjayl@kymasys.com> Cc: kvm@vger.kernel.org Cc: linux-mips@linux-mips.org Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |