[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 06/18] scripts/coverity-scan/COMPONENTS.md: Fix 'char' component
From: |
Peter Maydell |
Subject: |
[PULL 06/18] scripts/coverity-scan/COMPONENTS.md: Fix 'char' component |
Date: |
Sat, 22 Jun 2024 13:06:31 +0100 |
The 'char' component:
* includes the no-longer-present qemu-char.c, which has been
long since split into the chardev/ backend code
* also includes the hw/char devices
Split it into two components:
* char is the hw/char devices
* chardev is the chardev backends
with regexes matching our current sources.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240604145934.1230583-3-peter.maydell@linaro.org
---
scripts/coverity-scan/COMPONENTS.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/scripts/coverity-scan/COMPONENTS.md
b/scripts/coverity-scan/COMPONENTS.md
index 98d4bcd6a50..fb081a59265 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -73,7 +73,10 @@ block
~
.*/qemu(/block.*|(/include?)/(block|storage-daemon)/.*|(/include)?/hw/(block|ide|nvme)/.*|/qemu-(img|io).*|/util/(aio|async|thread-pool).*)
char
- ~ .*/qemu(/qemu-char\.c|/include/sysemu/char\.h|(/include)?/hw/char/.*)
+ ~ .*/qemu((/include)?/hw/char/.*)
+
+chardev
+ ~ .*/qemu((/include)?/chardev/.*)
crypto
~
.*/qemu((/include)?/crypto/.*|/hw/.*/.*crypto.*|(/include/sysemu|/backends)/cryptodev.*)
--
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, 2024/06/22
- [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 <=
- [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
- [PULL 14/18] hw/arm/virt: allow creation of a second NonSecure UART, Peter Maydell, 2024/06/22
- [PULL 15/18] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs, Peter Maydell, 2024/06/22
- [PULL 18/18] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine, Peter Maydell, 2024/06/22