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

lguest: Guest int3 fix



Ron Minnich noticed that guest userspace gets a GPF when it tries to int3:
we need to copy the privilege level from the guest-supplied IDT to the real
IDT.  int3 is the only common case where guest userspace expects to invoke
an interrupt, so that's the symptom of failing to do this.

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