Skip to content
  • Rusty Russell's avatar
    lguest: Guest int3 fix · 0c12091d
    Rusty Russell authored
    
    
    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>
    0c12091d