summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2022-07-18 15:23:10 +0100
committerPeter Maydell <peter.maydell@linaro.org>2022-07-26 13:37:44 +0100
commit02b7035d15726b68bb94f12e2e0d92087da34708 (patch)
tree9593fee073e8200fd0a0a425db1c91661d3ce800 /scripts
parent32226db011622fa7b791de3ac02ba67c21947f1d (diff)
scripts/coverity-scan/COMPONENTS.md: Update slirp component info
Update the regex for the slirp component now that it lives solely inside /slirp/, and note that it should be ignored in Coverity analysis (because it's a separate upstream project now, and they run Coverity on it themselves). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 20220718142310.16013-3-peter.maydell@linaro.org
Diffstat (limited to 'scripts')
-rw-r--r--scripts/coverity-scan/COMPONENTS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
index a61d011d9a..3aad9cdfaf 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -108,8 +108,8 @@ qemu-ga
scsi
~ (/qemu)?(/scsi/.*|/hw/scsi/.*|/include/hw/scsi/.*)
-slirp
- ~ (/qemu)?(/.*slirp.*)
+slirp (component should be ignored in analysis)
+ ~ (/qemu)?(/slirp/.*)
tcg
~ (/qemu)?(/accel/tcg/.*|/replay/.*|/(.*/)?softmmu.*)