On 12/16/2010 11:29 AM, Takuya Yoshikawa wrote:
and here, the reader might wonder why we don't take slots_lock, which
protects io_bus.
Maybe we ought to move slots_lock acquisition to
kvm_io_bus_register() and friends.
So it will move the lock acquisition to the opposite ( callee ) side
than mine.
At first, I tried to do that, but there are so many ...
Anyway, your suggestion seems to be the best way if possible.
One question: how about kvm_io_bus_[read|write] ?
These are called from the emulator but I could not find where slots_lock
are held though I can see the comments
"kvm_io_bus_[read|write] - called under kvm->slots_lock"
They're under srcu now, the comments are outdated.
We used to have slots_lock be a rwsem, taken for read or write as
necessary. Now we use srcu for read, and the slots_lock mutex +
synchronize_srcu for write.
--
error compiling committee.c: too many arguments to function
--
To unsubscribe from this list: send the line "unsubscribe kvm-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html