commit | d2a7ddda9ffb1c8961abff6714b0f1eb925c120f | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Jun 12 22:16:36 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:16:36 2009 +0930 |
tree | 1090884fd260d042255255467367e4e6b6193e5d | |
parent | 9499f5e7ed5224c40706f0cec6542a9916bc7606 [diff] |
virtio: find_vqs/del_vqs virtio operations 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 <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (+ lguest/9p compile fixes)