aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-06-18 16:22:22 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-06-21 14:01:59 +0100
commit9c43c934d1a998d46a4a15675950f0c5eccb6b4c (patch)
treeabfed7f406ec64227ba72cd3dda919168c3e5c39
parent7966cf71d36560024f07863fef26e265b2941f25 (diff)
downloadqemu-9c43c934d1a998d46a4a15675950f0c5eccb6b4c.zip
qemu-9c43c934d1a998d46a4a15675950f0c5eccb6b4c.tar.gz
qemu-9c43c934d1a998d46a4a15675950f0c5eccb6b4c.tar.bz2
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 <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240604145934.1230583-4-peter.maydell@linaro.org
-rw-r--r--scripts/coverity-scan/COMPONENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
index fb081a5..205ab23 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.*)