KVM: Ioctls for init MSI-X entry
authorSheng Yang <sheng@linux.intel.com>
Wed, 25 Feb 2009 09:22:26 +0000 (17:22 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:23 +0000 (11:48 +0300)
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>

No differences found