Statistics
| Branch: | Revision:

root / hw / xen_pt_msi.c @ 5e22c276

History | View | Annotate | Download (16.8 kB)

# Date Author Comment
044b99c6 12/17/2012 01:36 pm Stefano Stabellini

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 <>
Tested-by: Sander Eikelenboom <>
Xen-devel: http://marc.info/?l=xen-devel&m=135515462613715

a8170e5e 10/23/2012 04:58 pm Avi Kivity

Rename target_phys_addr_t to hwaddr

target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
reserved) and its purpose doesn't match the name (most target_phys_addr_t
addresses are not target specific). Replace it with a finger-friendly,...

3854ca57 06/21/2012 07:06 pm Jiang Yunhong

Introduce Xen PCI Passthrough, MSI

A more complete history can be found here:
git://xenbits.xensource.com/qemu-xen-unstable.git

Signed-off-by: Jiang Yunhong <>
Signed-off-by: Shan Haitao <>
Signed-off-by: Anthony PERARD <>...