On Tuesday 08 June 2010, Randy Dunlap wrote:
>  Documentation/ioctl/ioctl-number.txt |    1 
>  Documentation/vfio.txt               |  177 +++++++
>  MAINTAINERS                          |    7 
>  drivers/Kconfig                      |    2 
>  drivers/Makefile                     |    1 
>  drivers/vfio/Kconfig                 |   18 
>  drivers/vfio/Makefile                |    6 
>  drivers/vfio/uiommu.c                |  126 +++++
>  drivers/vfio/vfio_dma.c              |  324 ++++++++++++
>  drivers/vfio/vfio_intrs.c            |  191 +++++++
>  drivers/vfio/vfio_main.c             |  624 +++++++++++++++++++++++++
>  drivers/vfio/vfio_pci_config.c       |  554 ++++++++++++++++++++++
>  drivers/vfio/vfio_rdwr.c             |  147 +++++
>  drivers/vfio/vfio_sysfs.c            |  153 ++++++
>  include/linux/uiommu.h               |   62 ++
>  include/linux/vfio.h                 |  200 ++++++++
>  16 files changed, 2593 insertions(+)

This seems to be missing a change to include/linux/Kbuild that
adds vfio.h to the exported files. Without the export, you cannot
use the definitions from user space programs unless they come with
their own copy of the header.

        Arnd
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to