https://bugzilla.kernel.org/show_bug.cgi?id=65561 --- Comment #26 from Jatin Kumar <jatin.iitdelhi@xxxxxxxxx> --- In arch/x86/kvm/vmx.c file, there is a complete list of kvm_vmx_exit_handlers, you can find there appropriate handlers for each of the exit reasons. There is a handle_io() handler. Can you try adding a printk to this. I am not sure but it may be going to x86_emulate_instruction() which then calls x86_emulate_insn() if required. -- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html