From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sx0tv-0002Go-9a for qemu-devel@nongnu.org; Thu, 02 Aug 2012 15:17:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sx0tu-0003jW-8W for qemu-devel@nongnu.org; Thu, 02 Aug 2012 15:17:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sx0tt-0003jS-Vy for qemu-devel@nongnu.org; Thu, 02 Aug 2012 15:17:38 -0400 From: Alex Williamson Date: Thu, 02 Aug 2012 13:17:36 -0600 Message-ID: <20120802191735.16069.58021.stgit@bling.home> In-Reply-To: <20120802190936.16069.89673.stgit@bling.home> References: <20120802190936.16069.89673.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH v2 1/4] Update kernel header script to include vfio List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: aik@ozlabs.ru, jan.kiszka@siemens.com, qemu-devel@nongnu.org, kvm@vger.kernel.org Signed-off-by: Alex Williamson --- scripts/update-linux-headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index 9d2a4bc..270d32b 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -43,7 +43,7 @@ done rm -rf "$output/linux-headers/linux" mkdir -p "$output/linux-headers/linux" -for header in kvm.h kvm_para.h vhost.h virtio_config.h virtio_ring.h; do +for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h; do cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux" done if [ -L "$linux/source" ]; then