Statistics
| Branch: | Revision:

root / hw / xen-host-pci-device.c @ 82ca8912

History | View | Annotate | Download (9.6 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....

52a8e968 09/14/2012 10:21 am Stefan Weil

Spelling fixes in comments and macro names (ressource -> resource)

Macro XEN_HOST_PCI_RESOURCE_BUFFER_SIZE is only used locally,
so the change should be safe.

Signed-off-by: Stefan Weil <>
Signed-off-by: Stefan Hajnoczi <>

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 <>