xen: fix trivial PCI passthrough MSI-X bug
commit044b99c6555f562254ae70dc39f32190eecbc1f2
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 17 Dec 2012 11:36:58 +0000 (17 11:36 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 17 Dec 2012 11:36:58 +0000 (17 11:36 +0000)
tree593fc885b49b5d98b88001f9410ef70ecee6961b
parent2c1d4d15f09cf95b8f832624e7aac2916f9d1865
xen: fix trivial PCI passthrough MSI-X bug

We are currently passing entry->data as address parameter. Pass
entry->addr instead.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Tested-by: Sander Eikelenboom <linux@eikelenboom.it>
Xen-devel: http://marc.info/?l=xen-devel&m=135515462613715
hw/xen_pt_msi.c