summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPaolo Bonzini2022-09-05 12:26:28 +0200
committerPaolo Bonzini2022-09-18 09:17:40 +0200
commitb00e2c68c5864b4158afc924d868f5c5611a0362 (patch)
treee373958bb54e236110cb03627398505957a45da3 /scripts
parentcoverity: add new RISC-V component (diff)
downloadqemu-b00e2c68c5864b4158afc924d868f5c5611a0362.tar.gz
qemu-b00e2c68c5864b4158afc924d868f5c5611a0362.tar.xz
qemu-b00e2c68c5864b4158afc924d868f5c5611a0362.zip
coverity: put NUBus under m68k component
It is only used by the Q800 emulation, so put it under that architecture. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/coverity-scan/COMPONENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
index fc1608932e..0e6ab4936e 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -22,7 +22,7 @@ i386
~ (/qemu)?((/include)?/hw/i386/.*|/target/i386/.*|/hw/intc/[^/]*apic[^/]*\.c)
m68k
- ~ (/qemu)?((/include)?/hw/m68k/.*|/target/m68k/.*|(/include)?/hw(/.*)?/mcf.*)
+ ~ (/qemu)?((/include)?/hw/m68k/.*|/target/m68k/.*|(/include)?/hw(/.*)?/mcf.*|(/include)?/hw/nubus/.*)
microblaze
~ (/qemu)?((/include)?/hw/microblaze/.*|/target/microblaze/.*)