scripts/coverity-scan/COMPONENTS.md: Update slirp component info
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 18 Jul 2022 14:23:10 +0000 (15:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jul 2022 12:37:44 +0000 (13:37 +0100)
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

scripts/coverity-scan/COMPONENTS.md

index a61d011d9a4fa3a180c6075ce43eae4b2b23e9c9..3aad9cdfaf45ffd2507ec2a1fdea57add690d037 100644 (file)
@@ -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.*)