From: Krishna Kumar Date: Wed, 5 Oct 2011 05:38:59 +0000 (+0530) Subject: virtio: Dont add "config" to list for !per_vq_vector X-Git-Tag: v3.2-rc1~83^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=005b20a8e0f587a46a00910ba4507bb9f6da70ea;p=pandora-kernel.git virtio: Dont add "config" to list for !per_vq_vector For the MSI but non-per_vq_vector case, the config/change vq also gets added to the list of vqs that need to process the MSI interrupt. This is not needed as config has it's own handler (vp_config_changed). In any case, vring_interrupt() finds nothing needs to be done on this vq. I tested this patch by testing the "Fallback:" and "Finally fall back" cases in vp_find_vqs(). Please review. Signed-off-by: Krishna Kumar Acked-by: Michael S. Tsirkin Signed-off-by: Rusty Russell --- Reading git-diff-tree failed