From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwdMn-0001SC-Qo for qemu-devel@nongnu.org; Wed, 01 Aug 2012 14:09:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwdMm-0007RZ-Tm for qemu-devel@nongnu.org; Wed, 01 Aug 2012 14:09:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwdMm-0007RT-Lk for qemu-devel@nongnu.org; Wed, 01 Aug 2012 14:09:52 -0400 Message-ID: <1343844589.6698.3.camel@bling.home> From: Alex Williamson Date: Wed, 01 Aug 2012 12:09:49 -0600 In-Reply-To: <5018D713.1050304@web.de> References: <20120801050241.22163.78549.stgit@bling.home> <20120801051807.22163.96305.stgit@bling.home> <5018D713.1050304@web.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] vfio: Import vfio kernel header List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: aik@ozlabs.ru, aliguori@us.ibm.com, qemu-devel@nongnu.org, kvm@vger.kernel.org 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). Unfortunately I missed updating the Kbuild file in the kernel, so vfio.h doesn't get installed yet. I'll include that in my next pull request, but maybe in the meantime I should temporarily put this header back in hw/ unless you have a better idea. Thanks, Alex