Applied. Thanks.
Regards,
Anthony Liguori
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.
>
"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
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
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