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@xxxxxxxxx> --- util/update_headers.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/update_headers.sh b/util/update_headers.sh index 4c1be7e84a95..5720151972a1 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 \ -- 2.41.0.rc0.172.g3f132b7071-goog