mirror of https://github.com/xemu-project/xemu.git
coverity: update COMPONENTS.md
Hexagon is split into two components because it has hundreds of false positives in the generated files. capstone and slirp have been removed. hw/nvme is added to block. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a64508304e
commit
cc03dfa827
|
@ -12,6 +12,9 @@ avr
|
||||||
cris
|
cris
|
||||||
~ (/qemu)?((/include)?/hw/cris/.*|/target/cris/.*)
|
~ (/qemu)?((/include)?/hw/cris/.*|/target/cris/.*)
|
||||||
|
|
||||||
|
hexagon-gen (component should be ignored in analysis)
|
||||||
|
~ (/qemu)?(/target/hexagon/.*generated.*)
|
||||||
|
|
||||||
hexagon
|
hexagon
|
||||||
~ (/qemu)?(/target/hexagon/.*)
|
~ (/qemu)?(/target/hexagon/.*)
|
||||||
|
|
||||||
|
@ -64,14 +67,11 @@ audio
|
||||||
~ (/qemu)?((/include)?/(audio|hw/audio)/.*)
|
~ (/qemu)?((/include)?/(audio|hw/audio)/.*)
|
||||||
|
|
||||||
block
|
block
|
||||||
~ (/qemu)?(/block.*|(/include?)(/hw)?/(block|storage-daemon)/.*|(/include)?/hw/ide/.*|/qemu-(img|io).*|/util/(aio|async|thread-pool).*)
|
~ (/qemu)?(/block.*|(/include?)/(block|storage-daemon)/.*|(/include)?/hw/(block|ide|nvme)/.*|/qemu-(img|io).*|/util/(aio|async|thread-pool).*)
|
||||||
|
|
||||||
char
|
char
|
||||||
~ (/qemu)?(/qemu-char\.c|/include/sysemu/char\.h|(/include)?/hw/char/.*)
|
~ (/qemu)?(/qemu-char\.c|/include/sysemu/char\.h|(/include)?/hw/char/.*)
|
||||||
|
|
||||||
capstone
|
|
||||||
~ (/qemu)?(/capstone/.*)
|
|
||||||
|
|
||||||
crypto
|
crypto
|
||||||
~ (/qemu)?((/include)?/crypto/.*|/hw/.*/crypto.*)
|
~ (/qemu)?((/include)?/crypto/.*|/hw/.*/crypto.*)
|
||||||
|
|
||||||
|
@ -108,9 +108,6 @@ qemu-ga
|
||||||
scsi
|
scsi
|
||||||
~ (/qemu)?(/scsi/.*|/hw/scsi/.*|/include/hw/scsi/.*)
|
~ (/qemu)?(/scsi/.*|/hw/scsi/.*|/include/hw/scsi/.*)
|
||||||
|
|
||||||
slirp (component should be ignored in analysis)
|
|
||||||
~ (/qemu)?(/slirp/.*)
|
|
||||||
|
|
||||||
tcg
|
tcg
|
||||||
~ (/qemu)?(/accel/tcg/.*|/replay/.*|/(.*/)?softmmu.*)
|
~ (/qemu)?(/accel/tcg/.*|/replay/.*|/(.*/)?softmmu.*)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue