qemu/scripts/coverity-scan
Peter Maydell 057f7680f4 scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CI
Since commit 83aa1baa06 we have been running the build for Coverity
Scan as a Gitlab CI job, rather than the old setup where it was run
on a local developer's machine.  This is working well, but the
absolute paths of files are different for the Gitlab CI job, which
means that the regexes we use to identify Coverity components no
longer work. With Gitlab CI builds the file paths are of the form
 /builds/qemu-project/qemu/accel/kvm/kvm-all.c

rather than the old
 /qemu/accel/kvm/kvm-all.c

and our regexes all don't match.

Update all the regexes to start with .*/qemu/ . This will hopefully
avoid the need to change them again in future if the build path
changes again.

This change was made with a search-and-replace of (/qemu)?
to .*/qemu .

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240604145934.1230583-2-peter.maydell@linaro.org
2024-06-21 14:01:59 +01:00
..
COMPONENTS.md scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CI 2024-06-21 14:01:59 +01:00
coverity-scan.docker coverity: unify Fedora dockerfiles 2023-04-20 11:17:36 +02:00
model.c coverity: physmem: use simple assertions instead of modelling 2023-11-24 12:07:47 +01:00
run-coverity-scan run-coverity-scan: add --check-upload-only option 2024-03-08 19:08:23 +01:00