OSDN Git Service

vfio: Don't cache MSIMessage
authorAlex Williamson <alex.williamson@redhat.com>
Tue, 5 Aug 2014 19:05:57 +0000 (13:05 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 5 Aug 2014 19:05:57 +0000 (13:05 -0600)
commit9b3af4c0e40f14b5173ad6e2d9fcc376207ec1dd
tree418ff5391bf6747b80f055649b697c513ee3ed0d
parentc048be5cc92ae201c339d46984476c4629275ed6
vfio: Don't cache MSIMessage

Commit 40509f7f added a test to avoid updating KVM MSI routes when the
MSIMessage is unchanged and f4d45d47 switched to relying on this
rather than doing our own comparison.  Our cached msg is effectively
unused now.  Remove it.

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