]> Git Repo - qemu.git/commit
kvm: Switch to unlocked MMIO
authorPaolo Bonzini <[email protected]>
Thu, 18 Jun 2015 16:47:26 +0000 (18:47 +0200)
committerPaolo Bonzini <[email protected]>
Wed, 1 Jul 2015 13:45:51 +0000 (15:45 +0200)
commitde7ea885c5394c1fba7443cbf33bd2745d32e6c2
tree4ca22e1a89ad5aba087b22dc5218e27a4629012e
parent7070e085d490c396f9237c8f10bf8b6e69cd0066
kvm: Switch to unlocked MMIO

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: Paolo Bonzini <[email protected]>
Message-Id: <1434646046[email protected]>
kvm-all.c
This page took 0.021988 seconds and 4 git commands to generate.