From: Peter Maydell Date: Mon, 18 Jul 2022 14:23:10 +0000 (+0100) Subject: scripts/coverity-scan/COMPONENTS.md: Update slirp component info X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=02b7035d15726b68bb94f12e2e0d92087da34708;p=qemu.git 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 Acked-by: Paolo Bonzini Message-id: 20220718142310.16013-3-peter.maydell@linaro.org --- 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.*)