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

2013-05-22 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

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

2013-05-20 Thread Michael S. Tsirkin
On Mon, May 20, 2013 at 07:51:40AM -0500, Anthony Liguori wrote: > "Michael S. Tsirkin" writes: > > > On Mon, May 13, 2013 at 02:20:02PM -0600, Alex Williamson wrote: > >> To support guest MSI affinity changes update the MSI message any time > >> the guest writes to the address or data fields. >

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

2013-05-20 Thread Anthony Liguori
"Michael S. Tsirkin" writes: > On Mon, May 13, 2013 at 02:20:02PM -0600, Alex Williamson wrote: >> To support guest MSI affinity changes update the MSI message any time >> the guest writes to the address or data fields. >> >> Signed-off-by: Alex Williamson > > Seems the only way we can fix this

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

2013-05-19 Thread Michael S. Tsirkin
On Mon, May 13, 2013 at 02:20:02PM -0600, Alex Williamson wrote: > To support guest MSI affinity changes update the MSI message any time > the guest writes to the address or data fields. > > Signed-off-by: Alex Williamson Seems the only way we can fix this for 1.5. Acked-by: Michael S. Tsirkin

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

2013-05-13 Thread Alex Williamson
To support guest MSI affinity changes update the MSI message any time the guest writes to the address or data fields. Signed-off-by: Alex Williamson --- v2: Don't cache MSIMessage hw/i386/kvm/pci-assign.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/hw/i386/kvm/pci