Re: [Qemu-devel] [PATCH 2/2] pci-assign: Add MSI affinity support

2013-05-12 Thread Michael S. Tsirkin
On Thu, May 09, 2013 at 10:36:05AM -0600, Alex Williamson wrote: > Track the last MSIMessage programmed so we can determine when it has > changed and update the routing to the guest. > > Signed-off-by: Alex Williamson > --- > hw/i386/kvm/pci-assign.c | 27 +++ > 1 file

[Qemu-devel] [PATCH 2/2] pci-assign: Add MSI affinity support

2013-05-09 Thread Alex Williamson
Track the last MSIMessage programmed so we can determine when it has changed and update the routing to the guest. Signed-off-by: Alex Williamson --- hw/i386/kvm/pci-assign.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/hw/i386/kvm/pci-assign.c b/hw/i386/kvm/