• P
    kvm: Switch to unlocked MMIO · de7ea885
    Paolo Bonzini 提交于
    Do not take the BQL before dispatching MMIO requests of KVM VCPUs.
    Instead, address_space_rw will do it if necessary. This enables completely
    BQL-free MMIO handling in KVM mode for upcoming devices with fine-grained
    locking.
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    Message-Id: <1434646046-27150-10-git-send-email-pbonzini@redhat.com>
    de7ea885
kvm-all.c 59.0 KB