From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLtW6-00019o-HQ for qemu-devel@nongnu.org; Thu, 12 Feb 2015 08:09:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLtVy-0002dH-Ey for qemu-devel@nongnu.org; Thu, 12 Feb 2015 08:09:14 -0500 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:45024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLtVy-0002bU-5s for qemu-devel@nongnu.org; Thu, 12 Feb 2015 08:09:06 -0500 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 12 Feb 2015 13:09:03 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id BEFB82190019 for ; Thu, 12 Feb 2015 13:08:55 +0000 (GMT) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t1CD90HD12255572 for ; Thu, 12 Feb 2015 13:09:00 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t1CD905h000974 for ; Thu, 12 Feb 2015 08:09:00 -0500 From: Jens Freimann Date: Thu, 12 Feb 2015 14:08:52 +0100 Message-Id: <1423746533-45739-2-git-send-email-jfrei@linux.vnet.ibm.com> In-Reply-To: <1423746533-45739-1-git-send-email-jfrei@linux.vnet.ibm.com> References: <1423746533-45739-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 1/2] update-linux-headers.sh: also grap virtio_types.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Paolo Bonzini Cc: Jens Freimann , qemu-devel@nongnu.org Signed-off-by: Jens Freimann --- 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 c8e026d..0b2e117 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -62,7 +62,7 @@ done rm -rf "$output/linux-headers/linux" mkdir -p "$output/linux-headers/linux" for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h \ - psci.h; do + psci.h virtio_types.h; do cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux" done rm -rf "$output/linux-headers/asm-generic" -- 2.1.4