From: Peter Maydell Date: Tue, 18 Jun 2024 15:22:22 +0000 (+0100) Subject: scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to the crypto... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9c43c934d1a998d46a4a15675950f0c5eccb6b4c;p=qemu.git scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to the crypto component host/include/*/host/crypto/ are relatively new headers; add them to the crypto component. Signed-off-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé Message-id: 20240604145934.1230583-4-peter.maydell@linaro.org --- diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md index fb081a5926..205ab23b28 100644 --- a/scripts/coverity-scan/COMPONENTS.md +++ b/scripts/coverity-scan/COMPONENTS.md @@ -79,7 +79,7 @@ chardev ~ .*/qemu((/include)?/chardev/.*) crypto - ~ .*/qemu((/include)?/crypto/.*|/hw/.*/.*crypto.*|(/include/sysemu|/backends)/cryptodev.*) + ~ .*/qemu((/include)?/crypto/.*|/hw/.*/.*crypto.*|(/include/sysemu|/backends)/cryptodev.*|/host/include/.*/host/crypto/.*) disas ~ .*/qemu((/include)?/disas.*)