commit | f68d24082e22ccee3077d11aeb6dc5354f0ca7f1 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Sep 23 22:26:29 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Sep 23 22:26:31 2009 +0930 |
tree | 22e2ab313dda8217926b0ddf0c760554391ee092 | |
parent | ebc79c4f8da0f92efa968e0328f32334a2ce80cf [diff] |
virtio_pci: minor MSI-X cleanups 1) Rename vp_request_vectors to vp_request_msix_vectors, and take non-MSI-X case out to caller. 2) Comment weird pci_enable_msix API 3) Rename vp_find_vq to setup_vq. 4) Fix spaces to tabs 5) Make nvectors calc internal to vp_try_to_find_vqs() 6) Rename vector to msix_vector for more clarity. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: "Michael S. Tsirkin" <mst@redhat.com>