Re: [Qemu-devel] [PATCH 1/3] vfio: Import vfio kernel header

2012-08-02 Thread Jan Kiszka
On 2012-08-02 18:37, Alex Williamson wrote: > On Thu, 2012-08-02 at 11:02 +0200, Jan Kiszka wrote: >> On 2012-08-01 20:09, Alex Williamson wrote: >>> On Wed, 2012-08-01 at 09:13 +0200, Jan Kiszka wrote: On 2012-08-01 07:18, Alex Williamson wrote: >>> > +#define VFIO_IOMMU_UNMAP_DMA _IO(VFI

Re: [Qemu-devel] [PATCH 1/3] vfio: Import vfio kernel header

2012-08-02 Thread Alex Williamson
On Thu, 2012-08-02 at 11:02 +0200, Jan Kiszka wrote: > On 2012-08-01 20:09, Alex Williamson wrote: > > On Wed, 2012-08-01 at 09:13 +0200, Jan Kiszka wrote: > >> On 2012-08-01 07:18, Alex Williamson wrote: > > > >>> +#define VFIO_IOMMU_UNMAP_DMA _IO(VFIO_TYPE, VFIO_BASE + 14) > >>> + > >>> +#endif

Re: [Qemu-devel] [PATCH 1/3] vfio: Import vfio kernel header

2012-08-02 Thread Jan Kiszka
On 2012-08-01 20:09, Alex Williamson wrote: > On Wed, 2012-08-01 at 09:13 +0200, Jan Kiszka wrote: >> On 2012-08-01 07:18, Alex Williamson wrote: > >>> +#define VFIO_IOMMU_UNMAP_DMA _IO(VFIO_TYPE, VFIO_BASE + 14) >>> + >>> +#endif /* VFIO_H */ >>> >> >> Please patch update-linux-headers.sh and let

Re: [Qemu-devel] [PATCH 1/3] vfio: Import vfio kernel header

2012-08-01 Thread Alex Williamson
On Wed, 2012-08-01 at 09:13 +0200, Jan Kiszka wrote: > On 2012-08-01 07:18, Alex Williamson wrote: > > +#define VFIO_IOMMU_UNMAP_DMA _IO(VFIO_TYPE, VFIO_BASE + 14) > > + > > +#endif /* VFIO_H */ > > > > Please patch update-linux-headers.sh and let it do its work instead > (separate patches). Un

Re: [Qemu-devel] [PATCH 1/3] vfio: Import vfio kernel header

2012-08-01 Thread Jan Kiszka
On 2012-08-01 07:18, Alex Williamson wrote: > Signed-off-by: Alex Williamson > --- > > linux-headers/linux/vfio.h | 368 > > 1 file changed, 368 insertions(+) > create mode 100644 linux-headers/linux/vfio.h > > diff --git a/linux-headers/linux/vfi

[Qemu-devel] [PATCH 1/3] vfio: Import vfio kernel header

2012-07-31 Thread Alex Williamson
Signed-off-by: Alex Williamson --- linux-headers/linux/vfio.h | 368 1 file changed, 368 insertions(+) create mode 100644 linux-headers/linux/vfio.h diff --git a/linux-headers/linux/vfio.h b/linux-headers/linux/vfio.h new file mode 100644 index 000