From: Sheng Yang Date: Wed, 25 Feb 2009 09:22:26 +0000 (+0800) Subject: KVM: Ioctls for init MSI-X entry X-Git-Tag: v2.6.31-rc1~393^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1e01514296e8a4a43ff0c88dcff635cb90feb5f;p=pandora-kernel.git KVM: Ioctls for init MSI-X entry Introduce KVM_SET_MSIX_NR and KVM_SET_MSIX_ENTRY two ioctls. This two ioctls are used by userspace to specific guest device MSI-X entry number and correlate MSI-X entry with GSI during the initialization stage. MSI-X should be well initialzed before enabling. Don't support change MSI-X entry number for now. Signed-off-by: Sheng Yang Signed-off-by: Avi Kivity --- Reading git-diff-tree failed