mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
scripts/coverity-scan/COMPONENTS.md: Fix monitor component
Update the 'monitor' component: * qapi/ and monitor/ are now subdirectories * add job-qmp.c Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240604145934.1230583-5-peter.maydell@linaro.org
This commit is contained in:
parent
9c43c934d1
commit
8e055eab4f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ migration
|
|||
~ .*/qemu((/include)?/migration/.*)
|
||||
|
||||
monitor
|
||||
~ .*/qemu(/qapi.*|/qobject/.*|/monitor\..*|/[hq]mp\..*)
|
||||
~ .*/qemu((/include)?/(qapi|qobject|monitor)/.*|/job-qmp.c)
|
||||
|
||||
nbd
|
||||
~ .*/qemu(/nbd/.*|/include/block/nbd.*|/qemu-nbd\.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue