• R
    lguest: Guest int3 fix · 0c12091d
    Rusty Russell 提交于
    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: NRusty Russell <rusty@rustcorp.com.au>
    0c12091d
interrupts_and_traps.c 18.8 KB