mbox

[PULL,0/9] target/alpha: Implement CF_PCREL

Message ID 20240504153926.357845-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

https://gitlab.com/rth7680/qemu.git tags/pull-axp-20240504

Message

Richard Henderson May 4, 2024, 3:39 p.m. UTC
The following changes since commit 97c872276d147c882296f5da245bd8432f1582f6:

  Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging (2024-05-03 14:42:50 -0700)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-axp-20240504

for you to fetch changes up to 23bb086350c0de390f77dd034d775742314cabd7:

  target/alpha: Implement CF_PCREL (2024-05-04 08:05:51 -0700)

----------------------------------------------------------------
target/alpha: Implement CF_PCREL

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      target/alpha: Simplify gen_bcond_internal()

Richard Henderson (8):
      target/alpha: Use cpu_env in preference to ALPHA_CPU
      target/alpha: Hoist branch shift to initial decode
      target/alpha: Use DISAS_NEXT definition instead of magic '0' value
      target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN
      target/alpha: Return DISAS_NORETURN once
      target/alpha: Split out gen_goto_tb
      target/alpha: Split out gen_pc_disp
      target/alpha: Implement CF_PCREL

 target/alpha/cpu.c       |  32 ++++++++++---
 target/alpha/helper.c    |   8 ++--
 target/alpha/translate.c | 117 +++++++++++++++++++++++++----------------------
 3 files changed, 91 insertions(+), 66 deletions(-)

Comments

Richard Henderson May 5, 2024, 12:39 a.m. UTC | #1
On 5/4/24 08:39, Richard Henderson wrote:
> The following changes since commit 97c872276d147c882296f5da245bd8432f1582f6:
> 
>    Merge tag 'accel-sh4-ui-20240503' ofhttps://github.com/philmd/qemu  into staging (2024-05-03 14:42:50 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git  tags/pull-axp-20240504
> 
> for you to fetch changes up to 23bb086350c0de390f77dd034d775742314cabd7:
> 
>    target/alpha: Implement CF_PCREL (2024-05-04 08:05:51 -0700)
> 
> ----------------------------------------------------------------
> target/alpha: Implement CF_PCREL

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


r~