commit | c1e01514296e8a4a43ff0c88dcff635cb90feb5f | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng@linux.intel.com> | Wed Feb 25 17:22:26 2009 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:23 2009 +0300 |
tree | 299a54da71c4900fc3b71840e2c6eec98b35f8b4 | |
parent | bfd349d073b2838a6a031f057d25e266619b7093 [diff] |
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 <sheng@linux.intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>