Statistics
| Branch: | Revision:

root / hw / xen_pt_msi.c @ d7331bed

History | View | Annotate | Download (16.8 kB)

# Date Author Comment
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 <>...