mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
coverity: Update user emulation regexp
All user emulation headers are now under include/user/. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240428221450.26460-3-philmd@linaro.org>
This commit is contained in:
parent
4e11165316
commit
bf0bcac890
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ usb
|
|||
~ (/qemu)?(/hw/usb/.*|/include/hw/usb/.*)
|
||||
|
||||
user
|
||||
~ (/qemu)?(/linux-user/.*|/bsd-user/.*|/user-exec\.c|/thunk\.c|/include/exec/user/.*)
|
||||
~ (/qemu)?(/linux-user/.*|/bsd-user/.*|/user-exec\.c|/thunk\.c|/include/user/.*)
|
||||
|
||||
util
|
||||
~ (/qemu)?(/util/.*|/include/qemu/.*)
|
||||
|
|
Loading…
Add table
Reference in a new issue