Statistics
| Branch: | Revision:

root / hw / xen-host-pci-device.h @ c874ea97

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
83c9f4ca 03/01/2013 04:01 pm Paolo Bonzini

hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved....

a2cb15b0 12/17/2012 01:02 pm Michael S. Tsirkin

pci: update all users to look in pci/

update all users so we can remove the makefile hack.

Signed-off-by: Michael S. Tsirkin <>

396af688 06/21/2012 07:06 pm Anthony PERARD

Introduce XenHostPCIDevice to access a pci device on the host.

Signed-off-by: Anthony PERARD <>
Signed-off-by: Stefano Stabellini <>
Reviewed-by: Konrad Rzeszutek Wilk <>