All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/14] MIPS patches for 2022-11-08
@ 2022-11-07 23:58 Philippe Mathieu-Daudé
  2022-11-07 23:58 ` [PULL 01/14] target/mips: Set CP0St_{KX, SX, UX} for Loongson-2F Philippe Mathieu-Daudé
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-11-07 23:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé,
	Aurelien Jarno, Aleksandar Rikalo, Jiaxun Yang

The following changes since commit cd706454c6cd239a477cb227caf3e3dfbb742d1a:

  Merge tag 'pull-request-2022-11-06' of https://gitlab.com/thuth/qemu into staging (2022-11-07 05:44:44 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 617fbc31a25e699c4f7cdf0b5d172322516afb20:

  MAINTAINERS: Inherit from nanoMIPS (2022-11-08 00:39:03 +0100)

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

- Remove -Wclobbered in nanoMIPS disassembler (Richard Henderson)
- Fix invalid string formats in nanoMIPS disassembler (myself)
- Allow Loongson-2F to access XKPHYS in kernel mode (Jiaxun Yang)
- Octeon opcode fixes (Jiaxun Yang, Pavel Dovgalyuk)
- MAINTAINERS nanoMIPS update

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

Jiaxun Yang (4):
  target/mips: Set CP0St_{KX, SX, UX} for Loongson-2F
  target/mips: Cast offset field of Octeon BBIT to int16_t
  target/mips: Disable DSP ASE for Octeon68XX
  target/mips: Don't check COP1X for 64 bit FP mode

Pavel Dovgalyuk (1):
  target/mips: Enable LBX/LWX/* instructions for Octeon

Philippe Mathieu-Daudé (5):
  disas/nanomips: Fix invalid PRId64 format calling img_format()
  disas/nanomips: Fix invalid PRIx64 format calling img_format()
  disas/nanomips: Use G_GNUC_PRINTF to avoid invalid string formats
  disas/nanomips: Remove headers already included by "qemu/osdep.h"
  MAINTAINERS: Inherit from nanoMIPS

Richard Henderson (4):
  disas/nanomips: Move setjmp into nanomips_dis
  disas/nanomips: Merge insn{1,2,3} into words[3]
  disas/nanomips: Split out read_u16
  disas/nanomips: Tidy read for 48-bit opcodes

 MAINTAINERS                   |   8 +-
 disas/nanomips.c              | 154 +++++++++++++++-------------------
 target/mips/cpu-defs.c.inc    |   4 +-
 target/mips/cpu.c             |   6 ++
 target/mips/tcg/octeon.decode |   2 +-
 target/mips/tcg/translate.c   |  14 ++--
 6 files changed, 87 insertions(+), 101 deletions(-)

-- 
2.38.1



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-11-08 19:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07 23:58 [PULL 00/14] MIPS patches for 2022-11-08 Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 01/14] target/mips: Set CP0St_{KX, SX, UX} for Loongson-2F Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 02/14] target/mips: Cast offset field of Octeon BBIT to int16_t Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 03/14] target/mips: Enable LBX/LWX/* instructions for Octeon Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 04/14] target/mips: Disable DSP ASE for Octeon68XX Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 05/14] target/mips: Don't check COP1X for 64 bit FP mode Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 06/14] disas/nanomips: Fix invalid PRId64 format calling img_format() Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 07/14] disas/nanomips: Fix invalid PRIx64 " Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 08/14] disas/nanomips: Use G_GNUC_PRINTF to avoid invalid string formats Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 09/14] disas/nanomips: Remove headers already included by "qemu/osdep.h" Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 10/14] disas/nanomips: Move setjmp into nanomips_dis Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 11/14] disas/nanomips: Merge insn{1,2,3} into words[3] Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 12/14] disas/nanomips: Split out read_u16 Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 13/14] disas/nanomips: Tidy read for 48-bit opcodes Philippe Mathieu-Daudé
2022-11-07 23:58 ` [PULL 14/14] MAINTAINERS: Inherit from nanoMIPS Philippe Mathieu-Daudé
2022-11-08 18:08 ` [PULL 00/14] MIPS patches for 2022-11-08 Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.