mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 03:13:44 +08:00
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
This commit is contained in:
parent
057f7680f4
commit
7966cf71d3
@ -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.*)
|
||||
|
Loading…
Reference in New Issue
Block a user