qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 00/10] qemu-sparc queue 20230628


From: Mark Cave-Ayland
Subject: [PULL 00/10] qemu-sparc queue 20230628
Date: Wed, 28 Jun 2023 12:44:54 +0100

The following changes since commit b111569da9f82fdf05df03184836a4564adef599:

  Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into 
staging (2023-06-28 08:42:32 +0200)

are available in the Git repository at:

  https://github.com/mcayland/qemu.git tags/qemu-sparc-20230628

for you to fetch changes up to 6b90a4cdc04ec7ca94c3f664d63ee43c2046a875:

  escc: emulate dip switch language layout settings on SUN keyboard (2023-06-28 
10:54:25 +0100)

----------------------------------------------------------------
qemu-sparc queue

- This contains the target/sparc updates to use tcg_gen_lookup_and_goto_ptr
  along with a fix for the sun4v niagara machine, and a patch to allow
  the keyboard language layout to be set on a SUN keyboard

Please pull, many thanks!

----------------------------------------------------------------
Henrik Carlqvist (1):
      escc: emulate dip switch language layout settings on SUN keyboard

Markus Armbruster (1):
      Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"

Richard Henderson (8):
      target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tb
      target/sparc: Fix npc comparison in sparc_tr_insn_start
      target/sparc: Drop inline markers from translate.c
      target/sparc: Introduce DYNAMIC_PC_LOOKUP
      target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branches
      target/sparc: Use DYNAMIC_PC_LOOKUP for JMPL
      target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURN
      target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASI

 docs/system/device-emulation.rst |   1 +
 docs/system/devices/keyboard.rst | 129 +++++++++++++
 docs/system/target-sparc.rst     |   2 +-
 hw/char/escc.c                   |  79 +++++++-
 hw/sparc64/niagara.c             |   6 +-
 include/hw/char/escc.h           |   1 +
 target/sparc/translate.c         | 402 ++++++++++++++++++++++-----------------
 7 files changed, 439 insertions(+), 181 deletions(-)
 create mode 100644 docs/system/devices/keyboard.rst



reply via email to

[Prev in Thread] Current Thread [Next in Thread]