https://bugzilla.kernel.org/show_bug.cgi?id=65561
Paolo Bonzini <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Paolo Bonzini <[email protected]> --- > 2. Also is there anything special about `out` instruction that causes > interrupts to come at instruction immediately next to it, when not running in > single stepping mode. The "out" instruction exits to QEMU and has a much higher latency than an bare-metal. This, plus the usage of mutexes in QEMU, may make it more likely that interrupts occur right after an "out" instruction. -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
