]> xenbits.xensource.com Git - qemu-upstream-4.3-testing.git/commit
xen: fix trivial PCI passthrough MSI-X bug
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 17 Dec 2012 11:36:58 +0000 (11:36 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 14 Jan 2013 18:53:04 +0000 (18:53 +0000)
commitc849ef3781f21c3f711d68215048cd33f3cd385a
treec411c9e99f32a7b524301e023b8e790f57b44c59
parent1db41b7ac20545c4b96da58400fc16fb2fad4139
xen: fix trivial PCI passthrough MSI-X bug

upstream-commit-id: 044b99c6555f562254ae70dc39f32190eecbc1f2

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