commit | 6c474694530f377507f9aca438c17206e051e6e7 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Jun 29 22:24:26 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:33:05 2009 +0300 |
tree | 11590f6cca777716e7dfbc16c2d98fc7d64c11b0 | |
parent | 108b56690f35e083c5559116d6656f59a557a815 [diff] |
KVM: convert bus to slots_lock Use slots_lock to protect device list on the bus. slots_lock is already taken for read everywhere, so we only need to take it for write when registering devices. This is in preparation to removing in_range and kvm->lock around it. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>