From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [RESEND PATCH v5 1/4] Update kernel header script to include vfio Date: Tue, 25 Sep 2012 21:38:36 -0600 Message-ID: <20120926033835.29058.52589.stgit@bling.home> References: <20120926033554.29058.30735.stgit@bling.home> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, jan.kiszka@siemens.com, avi@redhat.com, blauwirbel@gmail.com, aik@ozlabs.ru, alex.williamson@redhat.com To: aliguori@us.ibm.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11804 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751479Ab2IZDim (ORCPT ); Tue, 25 Sep 2012 23:38:42 -0400 In-Reply-To: <20120926033554.29058.30735.stgit@bling.home> Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Alex Williamson Acked-by: Michael S. Tsirkin --- 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 53a6f87..67be2ef 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -57,7 +57,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 rm -rf "$output/linux-headers/asm-generic"