[PULL 0/3] MIPS patches for 5.2-rc1

Philippe Mathieu-Daudé posted 3 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201108234234.2389789-1-f4bug@amsat.org
Maintainers: Jiaxun Yang <jiaxun.yang@flygoat.com>, Aurelien Jarno <aurelien@aurel32.net>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
docs/system/deprecated.rst | 23 +++++++++++++++++++++++
target/mips/cpu.h          |  1 +
hw/mips/boston.c           | 10 ++++------
target/mips/cp0_helper.c   | 27 +++++++++++++++++++++------
MAINTAINERS                |  6 +++++-
5 files changed, 54 insertions(+), 13 deletions(-)
[PULL 0/3] MIPS patches for 5.2-rc1
Posted by Philippe Mathieu-Daudé 3 years, 5 months ago
The following changes since commit 3493c36f0371777c62d1d72b205b0eb6117e2156:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging (2020-11-06 13:43:28 +0000)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/mips-fixes-20201109

for you to fetch changes up to bf4ee88ab63fcf2dcb75f0d68cc6c8d2edb68212:

  hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling paths (2020-11-09 00:40:44 +0100)

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

- Deprecate nanoMIPS ISA
- Fix PageMask with variable page size (Huacai Chen)
- Fix memory leak in boston_fdt_filter (Coverity CID 1432275, Peter Maydell)

CI jobs results:
. https://cirrus-ci.com/build/5439131968864256
. https://gitlab.com/philmd/qemu/-/pipelines/213403385
. https://travis-ci.org/github/philmd/qemu/builds/742312387
----------------------------------------------------------------

Jiaxun Yang (1):
  target/mips: Fix PageMask with variable page size

Peter Maydell (1):
  hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling
    paths

Philippe Mathieu-Daudé (1):
  target/mips: Deprecate nanoMIPS ISA

 docs/system/deprecated.rst | 23 +++++++++++++++++++++++
 target/mips/cpu.h          |  1 +
 hw/mips/boston.c           | 10 ++++------
 target/mips/cp0_helper.c   | 27 +++++++++++++++++++++------
 MAINTAINERS                |  6 +++++-
 5 files changed, 54 insertions(+), 13 deletions(-)

-- 
2.26.2

Re: [PULL 0/3] MIPS patches for 5.2-rc1
Posted by Peter Maydell 3 years, 5 months ago
On Sun, 8 Nov 2020 at 23:45, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> The following changes since commit 3493c36f0371777c62d1d72b205b0eb6117e2156:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging (2020-11-06 13:43:28 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/mips-fixes-20201109
>
> for you to fetch changes up to bf4ee88ab63fcf2dcb75f0d68cc6c8d2edb68212:
>
>   hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling paths (2020-11-09 00:40:44 +0100)
>
> ----------------------------------------------------------------
> MIPS patches queue
>
> - Deprecate nanoMIPS ISA
> - Fix PageMask with variable page size (Huacai Chen)
> - Fix memory leak in boston_fdt_filter (Coverity CID 1432275, Peter Maydell)
>
> CI jobs results:
> . https://cirrus-ci.com/build/5439131968864256
> . https://gitlab.com/philmd/qemu/-/pipelines/213403385
> . https://travis-ci.org/github/philmd/qemu/builds/742312387
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM