[PULL 00/10] qemu-sparc queue 20230628

Mark Cave-Ayland posted 10 patches 10 months, 3 weeks ago
Failed in applying to current master (apply log)
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
[PULL 00/10] qemu-sparc queue 20230628
Posted by Mark Cave-Ayland 10 months, 3 weeks ago
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
Re: [PULL 00/10] qemu-sparc queue 20230628
Posted by Richard Henderson 10 months, 3 weeks ago
On 6/28/23 13:44, Mark Cave-Ayland wrote:
> The following changes since commit b111569da9f82fdf05df03184836a4564adef599:
> 
>    Merge tag 'ui-pull-request' ofhttps://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!

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~