aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/modinfo-collect.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scripts: make sure scripts are invoked via $(PYTHON)Paolo Bonzini2023-05-191-0/+0
| | | | | | | | | | | | Some scripts are invoked via the first "python3" binary in the PATH, because they are executable and their shebang line is "#! /usr/bin/env python3". To enforce usage of $(PYTHON), make them nonexecutable. Scripts invoked via meson need nothing else, and meson-buildoptions.py is already using $(PYTHON). For probe-gdb-support.py however the invocation in the configure script has to be adjusted. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* scripts/modinfo-collect: remove unused/dead codeMarc-André Lureau2022-03-221-5/+0
| | | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: John Snow <jsnow@redhat.com>
* scripts: teach modinfo to skip non-C sourcesMarc-André Lureau2021-12-211-0/+3
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
* modules: collect module meta-dataGerd Hoffmann2021-07-091-0/+67
Add script to collect the module meta-data from the source code, store the results in *.modinfo files. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Jose R. Ziviani <jziviani@suse.de> Message-Id: <20210624103836.2382472-3-kraxel@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>