Skip to content
Commit c565650b authored by Rusty Russell's avatar Rusty Russell
Browse files

lguest: send trap 13 through to userspace.



We copy 7 bytes at eip for userspace's instruction decode; we have to
carefully handle the case where eip is at the end of a page.  We can't
leave this to userspace since kernel has all the page table decode
logic.

The decode logic moves to userspace, basically unchanged.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent c9e433e4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment