On Wed, 9 Feb 2022 at 23:12, Philippe Mathieu-Daudé via <qemu-devel@nongnu.org> wrote: > > common-user/ has been added in commit bbf15aaf7c > ("common-user: Move safe-syscall.* from linux-user"). > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > scripts/coverity-scan/COMPONENTS.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/coverity-scan/COMPONENTS.md > b/scripts/coverity-scan/COMPONENTS.md > index 183f26a32c..cea6695ecd 100644 > --- a/scripts/coverity-scan/COMPONENTS.md > +++ b/scripts/coverity-scan/COMPONENTS.md > @@ -127,7 +127,7 @@ usb > ~ (/qemu)?(/hw/usb/.*|/include/hw/usb/.*) > > user > - ~ > (/qemu)?(/linux-user/.*|/bsd-user/.*|/user-exec\.c|/thunk\.c|/include/exec/user/.*) > + ~ > (/qemu)?(/common-user/.*|/linux-user/.*|/bsd-user/.*|/user-exec\.c|/thunk\.c|/include/exec/user/.*) > > util > ~ (/qemu)?(/util/.*|/include/qemu/.*)
Note that there is no automatic process by which changes to this file get applied to the coverity scan config, so hiding changes to it inside a larger patchset increases the chance they get overlooked (by Paolo, who gets to do the manual config update)... -- PMM