Avi Kivity wrote:
> On 06/29/2009 10:23 PM, Michael S. Tsirkin wrote:
>> This series switches kvm_io_device to slots_lock from kvm->lock mutex,
>> and uses that to rework io bus API. This takes less locks on data path,
>> and uses less lines of code. These changes will also be useful to serve
>> as
On 06/29/2009 10:23 PM, Michael S. Tsirkin wrote:
This series switches kvm_io_device to slots_lock from kvm->lock mutex,
and uses that to rework io bus API. This takes less locks on data path,
and uses less lines of code. These changes will also be useful to serve
as basis for Greg's iosignalfd w