]> git.ipfire.org Git - thirdparty/qemu.git/commit
scripts/coverity-scan/COMPONENTS.md: Fix 'char' component
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 18 Jun 2024 15:22:21 +0000 (16:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Jun 2024 13:01:59 +0000 (14:01 +0100)
commit7966cf71d36560024f07863fef26e265b2941f25
treef75384e6166f523760cf3b5c062ddcb4586ff02a
parent057f7680f4ed1cc27a0520c0628bfb94f850c56a
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
scripts/coverity-scan/COMPONENTS.md