mbox

[PULL,0/3] MIPS patches for 2022-03-29

Message ID 20220329103604.41208-1-philippe.mathieu.daude@gmail.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Philippe Mathieu-Daudé March 29, 2022, 10:36 a.m. UTC
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

The following changes since commit 27fc9f365d6f60ff86c2e2be57289bb47a2be882:

  Merge tag 'pull-ppc-20220326' of https://github.com/legoater/qemu into staging (2022-03-28 10:16:33 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 77d119dd335f910c7f953a265726e3753c69a0bb:

  qemu-binfmt-conf.sh: mips: allow nonzero EI_ABIVERSION, distinguish o32 and n32 (2022-03-29 00:51:55 +0200)

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

- ABI fixes (Xuerui, Andreas)
- Memory API alias fix (David)

----------------------------------------------------------------

Andreas K. Hüttel (1):
  qemu-binfmt-conf.sh: mips: allow nonzero EI_ABIVERSION, distinguish
    o32 and n32

David Hildenbrand (1):
  memory: Make memory_region_readd_subregion() properly handle mapped
    aliases

WANG Xuerui (1):
  target/mips: Fix address space range declaration on n32

 scripts/qemu-binfmt-conf.sh | 20 ++++++++++----------
 softmmu/memory.c            |  3 +--
 target/mips/cpu-param.h     |  2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)

Comments

Peter Maydell March 29, 2022, 2:17 p.m. UTC | #1
On Tue, 29 Mar 2022 at 11:40, Philippe Mathieu-Daudé
<philippe.mathieu.daude@gmail.com> wrote:
>
> From: Philippe Mathieu-Daudé <f4bug@amsat.org>
>
> The following changes since commit 27fc9f365d6f60ff86c2e2be57289bb47a2be882:
>
>   Merge tag 'pull-ppc-20220326' of https://github.com/legoater/qemu into staging (2022-03-28 10:16:33 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/mips-20220329
>
> for you to fetch changes up to 77d119dd335f910c7f953a265726e3753c69a0bb:
>
>   qemu-binfmt-conf.sh: mips: allow nonzero EI_ABIVERSION, distinguish o32 and n32 (2022-03-29 00:51:55 +0200)
>
> ----------------------------------------------------------------
> MIPS patches queue
>
> - ABI fixes (Xuerui, Andreas)
> - Memory API alias fix (David)
>
> ----------------------------------------------------------------
>
> Andreas K. Hüttel (1):
>   qemu-binfmt-conf.sh: mips: allow nonzero EI_ABIVERSION, distinguish
>     o32 and n32
>
> David Hildenbrand (1):
>   memory: Make memory_region_readd_subregion() properly handle mapped
>     aliases
>
> WANG Xuerui (1):
>   target/mips: Fix address space range declaration on n32
>


Applied, thanks.

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

-- PMM