vfio-pci: Add support for MSI affinity
commitc7679d450ee021eb0826be65e4e018884443643a
authorAlex Williamson <alex.williamson@redhat.com>
Wed, 2 Oct 2013 18:52:38 +0000 (2 12:52 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Wed, 2 Oct 2013 18:52:38 +0000 (2 12:52 -0600)
tree46612caec4f1111bf0f24bec9b8bfb7f661a7740
parenta684f3cf9b9b9c3cb82be87aafc463de8974610c
vfio-pci: Add support for MSI affinity

When MSI is accelerated through KVM the vectors are only programmed
when the guest first enables MSI support.  Subsequent writes to the
vector address or data fields are ignored.  Unfortunately that means
we're ignore updates done to adjust SMP affinity of the vectors.
MSI SMP affinity already works in non-KVM mode because the address
and data fields are read from their backing store on each interrupt.

This patch stores the MSIMessage programmed into KVM so that we can
determine when changes are made and update the routes.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/misc/vfio.c