From: Peter Maydell Date: Fri, 16 Jan 2026 12:40:05 +0000 (+0000) Subject: scripts/clean-includes: Update exclude list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb442dfe375284b4c8b5208ad3859df45e0ffc36;p=thirdparty%2Fqemu.git scripts/clean-includes: Update exclude list Remove from the exclude list: * tests/plugin, which is a non-existent directory. This was probably intended to exclude tests/tcg/plugins/, which is caught by the tests/tcg exclude pattern anyway Add to the exclude list: * rust/ -- the headers in here are purely for input to bindgen * target/hexagon has some standalone tools used at build time * linux-user/gen-vsdo.c -- another standalone tool * linux-user/mips64/elfload.c just includes mips/elfload.c * scripts/xen-detect.c is feature-detection code used by meson.build * tests/tracetool/simple.c is autogenerated * tests/unit/ has some "C file just includes another one" files * include/system/os-wasm.h is like os-posix.h and os-win32.h and shouldn't be adjusted Signed-off-by: Peter Maydell Reviewed-by: Richard Henderson Message-id: 20260116124005.925382-7-peter.maydell@linaro.org --- diff --git a/scripts/clean-includes b/scripts/clean-includes index 064e532037..874dfd0974 100755 --- a/scripts/clean-includes +++ b/scripts/clean-includes @@ -113,10 +113,12 @@ trap 'rm -f -- "$COCCIFILE" "$REGEXFILE"' INT TERM HUP EXIT # Comments starting with '#' are permitted grep -v '^#' >"$REGEXFILE" <"$REGEXFILE" <