• Avi Kivity's avatar
    KVM: Remove extraneous guest entry on mmio read · e7df56e4
    Avi Kivity authored
    When emulating an mmio read, we actually emulate twice: once to determine
    the physical address of the mmio, and, after we've exited to userspace to
    get the mmio value, we emulate again to place the value in the result
    register and update any flags.
    
    But we don't really need to enter the guest again for that, only to take
    an immediate vmexit.  So, if we detect that we're doing an mmio read,
    emulate a single instruction before entering the guest again.
    Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
    e7df56e4
kvm.h 17 KB