aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-06-18 16:22:21 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-06-21 14:01:59 +0100
commit7966cf71d36560024f07863fef26e265b2941f25 (patch)
treef75384e6166f523760cf3b5c062ddcb4586ff02a
parent057f7680f4ed1cc27a0520c0628bfb94f850c56a (diff)
downloadqemu-7966cf71d36560024f07863fef26e265b2941f25.zip
qemu-7966cf71d36560024f07863fef26e265b2941f25.tar.gz
qemu-7966cf71d36560024f07863fef26e265b2941f25.tar.bz2
scripts/coverity-scan/COMPONENTS.md: Fix 'char' component
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
-rw-r--r--scripts/coverity-scan/COMPONENTS.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
index 98d4bcd..fb081a5 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.*)