Re: [PATCHv5 1/3] virtio: find_vqs/del_vqs virtio operations

2009-05-13 Thread Christian Borntraeger
Am Wednesday 13 May 2009 21:08:58 schrieb Michael S. Tsirkin: > This replaces find_vq/del_vq with find_vqs/del_vqs virtio operations, > and updates all drivers. This is needed for MSI support, because MSI > needs to know the total number of vectors upfront. [...] > --- a/drivers/s390/kvm/kvm_virt

[PATCHv5 1/3] virtio: find_vqs/del_vqs virtio operations

2009-05-13 Thread Michael S. Tsirkin
This replaces find_vq/del_vq with find_vqs/del_vqs virtio operations, and updates all drivers. This is needed for MSI support, because MSI needs to know the total number of vectors upfront. Signed-off-by: Michael S. Tsirkin --- drivers/block/virtio_blk.c |6 ++-- drivers/char/hw_ran