qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v4 1/3] update-linux-headers.sh: export virtio_types


From: Eric Auger
Subject: [Qemu-devel] [PATCH v4 1/3] update-linux-headers.sh: export virtio_types.h
Date: Wed, 4 Mar 2015 14:16:15 +0000

virtio_ring.h now includes virtio_types.h. update-linux-headers.sh
now exports this latter.

Signed-off-by: Eric Auger <address@hidden>
---
 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..bbe6185 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
+              virtio_types.h psci.h; do
     cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
 done
 rm -rf "$output/linux-headers/asm-generic"
-- 
1.8.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]