<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/scripts/coverity-scan/COMPONENTS.md, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/scripts/coverity-scan/COMPONENTS.md?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/scripts/coverity-scan/COMPONENTS.md?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-09-18T07:17:40+00:00</updated>
<entry>
<title>coverity: put NUBus under m68k component</title>
<updated>2022-09-18T07:17:40+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2022-09-05T10:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b00e2c68c5864b4158afc924d868f5c5611a0362'/>
<id>urn:sha1:b00e2c68c5864b4158afc924d868f5c5611a0362</id>
<content type='text'>
It is only used by the Q800 emulation, so put it under that architecture.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>coverity: add new RISC-V component</title>
<updated>2022-09-18T07:17:40+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2022-09-05T10:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2ff2004bb858e8760c2e381b05a3144897c5161d'/>
<id>urn:sha1:2ff2004bb858e8760c2e381b05a3144897c5161d</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>scripts/coverity-scan/COMPONENTS.md: Update slirp component info</title>
<updated>2022-07-26T12:37:44+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2022-07-18T14:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=02b7035d15726b68bb94f12e2e0d92087da34708'/>
<id>urn:sha1:02b7035d15726b68bb94f12e2e0d92087da34708</id>
<content type='text'>
Update the regex for the slirp component now that it lives
solely inside /slirp/, and note that it should be ignored in
Coverity analysis (because it's a separate upstream project
now, and they run Coverity on it themselves).

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Acked-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Message-id: 20220718142310.16013-3-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>scripts/coverity-scan/COMPONENTS.md: Add loongarch component</title>
<updated>2022-07-26T12:37:44+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2022-07-18T14:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=32226db011622fa7b791de3ac02ba67c21947f1d'/>
<id>urn:sha1:32226db011622fa7b791de3ac02ba67c21947f1d</id>
<content type='text'>
Add the component regex for the new loongarch target.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Acked-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Message-id: 20220718142310.16013-2-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>disas: Remove libvixl disassembler</title>
<updated>2022-07-05T08:15:49+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2022-06-03T16:42:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2116650254117a873ab316038803cef657ae2820'/>
<id>urn:sha1:2116650254117a873ab316038803cef657ae2820</id>
<content type='text'>
The disassembly via capstone should be superiour to our old vixl
sources nowadays, so let's finally cut this old disassembler out
of the QEMU source tree.

Message-Id: &lt;20220603164249.112459-1-thuth@redhat.com&gt;
Tested-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>coverity-scan: Remove lm32 / unicore32 targets</title>
<updated>2021-07-06T05:49:41+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2021-06-19T09:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=dff5f68224505926762c9609b7fb120a2adc6aee'/>
<id>urn:sha1:dff5f68224505926762c9609b7fb120a2adc6aee</id>
<content type='text'>
lm32 has been removed in commit 9d49bcf6992 ("Drop the deprecated
lm32 target"), and unicore32 in 4369223902a ("Drop the deprecated
unicore32 target").

Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Message-Id: &lt;20210619091342.3660495-2-f4bug@amsat.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>coverity-scan: list components, move model to scripts/coverity-scan</title>
<updated>2021-05-12T08:06:50+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2021-04-30T14:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e804f892b90e58861edd79aafa4d1f4dbdeb3819'/>
<id>urn:sha1:e804f892b90e58861edd79aafa4d1f4dbdeb3819</id>
<content type='text'>
Place all files that can be useful to rebuild the Coverity
configuration in scripts/coverity-scan: the existing model
file, and the components setup.

The Markdown syntax was tested with Pandoc (but in any case
is meant more as a human-readable reference than as a part
of documentation).

Suggested-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
</feed>
