https://bugzilla.kernel.org/show_bug.cgi?id=215964 Sean Christopherson (seanjc@xxxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |seanjc@xxxxxxxxxx --- Comment #1 from Sean Christopherson (seanjc@xxxxxxxxxx) --- Hmm, so KVM doesn't perform the RESET, that's handled by userspace. KVM's responsibility is purely to determine whether the OUT 0xCF9 should be forwarded to L1 or bounced out to userspace. Does the 0xCF9 I/O access get sent to userspace? If not, can you provide L1's VMCS configuration for L2? Specifically, the settings for USE_IO_BITMAPS and the relevant bitmap bits if in use, or UNCOND_IO_EXITING if not using bitmaps. If the I/O access does show up in userspace, then it's likely a userspace bug, e.g. userspace fails to clear nested state when emulating RESET. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.