[PULL 0/6] Mips fixes patches

Philippe Mathieu-Daudé posted 6 patches 3 years, 5 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
docs/system/deprecated.rst                    |  12 +-
.../devices/mips-softmmu-common.mak           |   1 -
include/hw/mips/cps.h                         |   2 +-
include/hw/misc/mips_cpc.h                    |   2 +-
include/hw/misc/mips_itu.h                    |   2 +-
include/hw/pci-host/xilinx-pcie.h             |   2 +-
hw/core/loader-fit.c                          |   2 +-
hw/intc/loongson_liointc.c                    |   4 +-
hw/mips/boston.c                              |   2 +-
hw/mips/cps.c                                 |   2 +-
hw/mips/r4k.c                                 | 318 ------------------
hw/misc/mips_cpc.c                            |   2 +-
hw/misc/mips_itu.c                            |   2 +-
hw/pci-host/xilinx-pcie.c                     |   2 +-
target/mips/cp0_helper.c                      |   2 +-
target/mips/dsp_helper.c                      |   2 +-
target/mips/fpu_helper.c                      |   2 +-
target/mips/gdbstub.c                         |   2 +-
target/mips/helper.c                          |   2 +-
target/mips/lmmi_helper.c                     |   2 +-
target/mips/mips-semi.c                       |   2 +-
target/mips/msa_helper.c                      |   2 +-
target/mips/op_helper.c                       |   2 +-
target/mips/translate.c                       |   6 +-
tests/qtest/cdrom-test.c                      |   2 +-
tests/qtest/endianness-test.c                 |   2 -
MAINTAINERS                                   |   6 -
hw/mips/Kconfig                               |  13 -
hw/mips/meson.build                           |   1 -
target/mips/translate_init.c.inc              |   2 +-
30 files changed, 32 insertions(+), 373 deletions(-)
delete mode 100644 hw/mips/r4k.c
[PULL 0/6] Mips fixes patches
Posted by Philippe Mathieu-Daudé 3 years, 5 months ago
The following changes since commit 83851c7c60c90e9fb6a23ff48076387a77bc33cd:

  Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-10-27-v3-ta=
g' into staging (2020-11-03 12:47:58 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 8a805609d126ff2be9ad9ec118185dfc52633d6f:

  target/mips: Add unaligned access support for MIPS64R6 and Loongson-3 (2020=
-11-03 16:51:13 +0100)

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

- Removal of the 'r4k' machine (deprecated before 5.0)
- Fix LGPL license text (Chetan Pant)
- Support unaligned accesses on Loongson-3 (Huacai Chen)
- Fix out-of-bound access in Loongson-3 embedded I/O interrupt
  controller (Alex Chen)

CI jobs results:
. https://cirrus-ci.com/build/6324890389184512
. https://gitlab.com/philmd/qemu/-/pipelines/211275262
. https://travis-ci.org/github/philmd/qemu/builds/741188958

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

AlexChen (1):
  hw/intc/loongson: Fix incorrect 'core' calculation in
    liointc_read/write

Chetan Pant (3):
  hw/mips: Fix Lesser GPL version number
  hw/mips/boston: Fix Lesser GPL version number
  target/mips: Fix Lesser GPL version number

Huacai Chen (1):
  target/mips: Add unaligned access support for MIPS64R6 and Loongson-3

Philippe Mathieu-Daud=C3=A9 (1):
  hw/mips: Remove the 'r4k' machine

 docs/system/deprecated.rst                    |  12 +-
 .../devices/mips-softmmu-common.mak           |   1 -
 include/hw/mips/cps.h                         |   2 +-
 include/hw/misc/mips_cpc.h                    |   2 +-
 include/hw/misc/mips_itu.h                    |   2 +-
 include/hw/pci-host/xilinx-pcie.h             |   2 +-
 hw/core/loader-fit.c                          |   2 +-
 hw/intc/loongson_liointc.c                    |   4 +-
 hw/mips/boston.c                              |   2 +-
 hw/mips/cps.c                                 |   2 +-
 hw/mips/r4k.c                                 | 318 ------------------
 hw/misc/mips_cpc.c                            |   2 +-
 hw/misc/mips_itu.c                            |   2 +-
 hw/pci-host/xilinx-pcie.c                     |   2 +-
 target/mips/cp0_helper.c                      |   2 +-
 target/mips/dsp_helper.c                      |   2 +-
 target/mips/fpu_helper.c                      |   2 +-
 target/mips/gdbstub.c                         |   2 +-
 target/mips/helper.c                          |   2 +-
 target/mips/lmmi_helper.c                     |   2 +-
 target/mips/mips-semi.c                       |   2 +-
 target/mips/msa_helper.c                      |   2 +-
 target/mips/op_helper.c                       |   2 +-
 target/mips/translate.c                       |   6 +-
 tests/qtest/cdrom-test.c                      |   2 +-
 tests/qtest/endianness-test.c                 |   2 -
 MAINTAINERS                                   |   6 -
 hw/mips/Kconfig                               |  13 -
 hw/mips/meson.build                           |   1 -
 target/mips/translate_init.c.inc              |   2 +-
 30 files changed, 32 insertions(+), 373 deletions(-)
 delete mode 100644 hw/mips/r4k.c

--=20
2.26.2

Re: [PULL 0/6] Mips fixes patches
Posted by Peter Maydell 3 years, 5 months ago
On Tue, 3 Nov 2020 at 17:33, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> The following changes since commit 83851c7c60c90e9fb6a23ff48076387a77bc33cd:
>
>   Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-10-27-v3-ta=
> g' into staging (2020-11-03 12:47:58 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/mips-fixes-20201103
>
> for you to fetch changes up to 8a805609d126ff2be9ad9ec118185dfc52633d6f:
>
>   target/mips: Add unaligned access support for MIPS64R6 and Loongson-3 (2020=
> -11-03 16:51:13 +0100)
>
> ----------------------------------------------------------------
> MIPS patches queue
>
> - Removal of the 'r4k' machine (deprecated before 5.0)
> - Fix LGPL license text (Chetan Pant)
> - Support unaligned accesses on Loongson-3 (Huacai Chen)
> - Fix out-of-bound access in Loongson-3 embedded I/O interrupt
>   controller (Alex Chen)
>
> CI jobs results:
> . https://cirrus-ci.com/build/6324890389184512
> . https://gitlab.com/philmd/qemu/-/pipelines/211275262
> . https://travis-ci.org/github/philmd/qemu/builds/741188958


Applied, thanks.

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

-- PMM