diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-05 12:26:28 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-18 09:17:40 +0200 |
commit | b00e2c68c5864b4158afc924d868f5c5611a0362 (patch) | |
tree | e373958bb54e236110cb03627398505957a45da3 /scripts | |
parent | 2ff2004bb858e8760c2e381b05a3144897c5161d (diff) | |
download | qemu-b00e2c68c5864b4158afc924d868f5c5611a0362.zip qemu-b00e2c68c5864b4158afc924d868f5c5611a0362.tar.gz qemu-b00e2c68c5864b4158afc924d868f5c5611a0362.tar.bz2 |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md index fc16089..0e6ab49 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/.*) |