Skip to content

Commit

Permalink
KVM/MIPS32: Privileged instruction/target branch emulation.
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
sanjaylca authored and ralfbaechle committed May 8, 2013
1 parent 9843b03 commit e685c68
Show file tree
Hide file tree
Showing 2 changed files with 1,853 additions and 0 deletions.
Loading

0 comments on commit e685c68

Please sign in to comment.