diff mbox series

[v2,02/20] update_headers: Add missing entries to list of headers to copy

Message ID 20230620163353.2688567-3-oliver.upton@linux.dev (mailing list archive)
State New, archived
Headers show
Series arm64: Handle PSCI calls in userspace | expand

Commit Message

Oliver Upton June 20, 2023, 4:33 p.m. UTC
There are a few headers in kvmtool that are not handled by the updater
script. Add them to the list of headers to update.

Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
---
 util/update_headers.sh | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/util/update_headers.sh b/util/update_headers.sh
index 4c1be7e..5720151 100755
--- a/util/update_headers.sh
+++ b/util/update_headers.sh
@@ -10,6 +10,9 @@ 
 set -ue
 
 GENERIC_LIST="kvm.h \
+	      psci.h \
+	      vfio.h \
+	      vhost.h \
 	      virtio_9p.h \
 	      virtio_balloon.h \
 	      virtio_blk.h \