[PULL 0/2] MIPS patches for 2021-03-22

Philippe Mathieu-Daudé posted 2 patches 3 years ago
Failed in applying to current master (apply log)
There is a newer version of this series
docs/system/deprecated.rst  | 9 +++++++++
target/mips/mxu_translate.c | 8 ++++----
2 files changed, 13 insertions(+), 4 deletions(-)
[PULL 0/2] MIPS patches for 2021-03-22
Posted by Philippe Mathieu-Daudé 3 years ago
The following changes since commit bdee969c0e65d4d509932b1d70e3a3b2ffbff6d5:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-03-19 18:01:17 +0000)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/mips-fixes-20210322

for you to fetch changes up to 83bbc537a151730741c04e40d23711067330dab9:

  target/mips: Deprecate Trap-and-Emul KVM support (2021-03-22 11:28:04 +0100)

----------------------------------------------------------------
MIPS patches queue

- Fix array overrun (Coverity CID 1450831)
- Deprecate KVM TE (Trap-and-Emul)
----------------------------------------------------------------

Jiaxun Yang (1):
  target/mips: Deprecate Trap-and-Emul KVM support

Peter Maydell (1):
  target/mips/mxu_translate.c: Fix array overrun for D16MIN/D16MAX

 docs/system/deprecated.rst  | 9 +++++++++
 target/mips/mxu_translate.c | 8 ++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

-- 
2.26.2

Re: [PULL 0/2] MIPS patches for 2021-03-22
Posted by Peter Maydell 3 years ago
On Mon, 22 Mar 2021 at 14:22, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> The following changes since commit bdee969c0e65d4d509932b1d70e3a3b2ffbff6d5:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-03-19 18:01:17 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/mips-fixes-20210322
>
> for you to fetch changes up to 83bbc537a151730741c04e40d23711067330dab9:
>
>   target/mips: Deprecate Trap-and-Emul KVM support (2021-03-22 11:28:04 +0100)
>
> ----------------------------------------------------------------
> MIPS patches queue
>
> - Fix array overrun (Coverity CID 1450831)
> - Deprecate KVM TE (Trap-and-Emul)
> ----------------------------------------------------------------
>
> Jiaxun Yang (1):
>   target/mips: Deprecate Trap-and-Emul KVM support
>
> Peter Maydell (1):
>   target/mips/mxu_translate.c: Fix array overrun for D16MIN/D16MAX

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM