On Fri, 25 Jun 2021 at 11:08, Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > MIME-Version: 1.0 > Content-Type: text/plain; charset="utf-8" > Content-Transfer-Encoding: 8bit > > The following changes since commit d0ac9a61474cf594d19082bc8976247e984ea9a3: > > Merge remote-tracking branch > 'remotes/thuth-gitlab/tags/pull-request-2021-06-21' into staging (2021-06-24 > 09:31:26 +0100) > > are available in the Git repository at: > > https://github.com/philmd/qemu.git tags/mips-20210625 > > for you to fetch changes up to f5c6ee0c6b7b4b79b52a1614a808633dbb694de4: > > target/mips: Merge msa32/msa64 decodetree definitions (2021-06-24 16:48:08 > +0200) > > ---------------------------------------------------------------- > MIPS patches queue > > Various fixes: > - Potential integer overflow (CID 1452921) > - Invalid emulation of nanoMIPS BPOSGE32 opcode > - Missing exception when DINSV opcode used with DSP disabled > - Do not abort but emit exception for invalid BRANCH opcodes > - TCG temporary leaks > > Housekeeping: > - Remove dead code / comments > - Restrict few files to TCG, declarations to sysemu > - Merge MSA32 and MSA64 decodetree definitions >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1 for any user-visible changes. -- PMM