commit | d5c2dcc36aaf4dfdf9e01513493c71d71715f817 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Jun 29 22:24:14 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:33:04 2009 +0300 |
tree | 753b37e9f9530ed09670a89c94d31effb630a6c7 | |
parent | 69fa2d78653918d200220ca62d44715827e6d617 [diff] |
KVM: switch coalesced mmio changes to slots_lock switch coalesced mmio slots_lock. slots_lock is already taken for read everywhere, so we only need to take it for write when changing zones. This is in preparation to removing in_range and kvm->lock around it. [avi: fix build] Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>