From: Rusty Russell Date: Thu, 24 Sep 2009 04:26:29 +0000 (-0600) Subject: virtio_pci: minor MSI-X cleanups X-Git-Tag: v2.6.32-rc1~175^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f68d24082e22ccee3077d11aeb6dc5354f0ca7f1;p=pandora-kernel.git 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 Cc: "Michael S. Tsirkin" --- Reading git-diff-tree failed