Comment 13 for bug 747090

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: [Bug 747090] Re: wrong return address sometimes pushed for INT in kvm (not qemu)

Quoting Dustin Kirkland (<email address hidden>):
> <aliguori> kirkland, yeah, that's real mode emulation
> <aliguori> i'll look closer this afternoon

I was wrong about the path being taken when this happens -
emulate_real_int() is not being called by emulate.c:emulate_int(), but
by x86.c:kvm_inject_realmode_interrupt().