[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/18] scripts/coverity-scan/COMPONENTS.md: Add crypto headers in
From: |
Peter Maydell |
Subject: |
[PULL 07/18] scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to the crypto component |
Date: |
Sat, 22 Jun 2024 13:06:32 +0100 |
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
---
scripts/coverity-scan/COMPONENTS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/coverity-scan/COMPONENTS.md
b/scripts/coverity-scan/COMPONENTS.md
index fb081a59265..205ab23b280 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.*)
--
2.34.1
- [PULL 00/18] target-arm queue, Peter Maydell, 2024/06/22
- [PULL 01/18] hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queue, Peter Maydell, 2024/06/22
- [PULL 07/18] scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to the crypto component,
Peter Maydell <=
- [PULL 03/18] hw/intc/arm_gic: Fix deactivation of SPI lines, Peter Maydell, 2024/06/22
- [PULL 04/18] hw/arm/xilinx_zynq: Fix IRQ/FIQ routing, Peter Maydell, 2024/06/22
- [PULL 06/18] scripts/coverity-scan/COMPONENTS.md: Fix 'char' component, Peter Maydell, 2024/06/22
- [PULL 12/18] hw/arm/virt: Add serial aliases in DTB, Peter Maydell, 2024/06/22
- [PULL 16/18] hw/misc: Set valid access size for Exynos4210 RNG, Peter Maydell, 2024/06/22
- [PULL 05/18] scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CI, Peter Maydell, 2024/06/22
- [PULL 02/18] hw/arm/sbsa-ref: switch to 1GHz timer frequency, Peter Maydell, 2024/06/22
- [PULL 08/18] scripts/coverity-scan/COMPONENTS.md: Fix monitor component, Peter Maydell, 2024/06/22
- [PULL 09/18] scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibs, Peter Maydell, 2024/06/22
- [PULL 11/18] hw/usb/hcd-dwc2: Handle invalid address access in read and write functions, Peter Maydell, 2024/06/22