qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/40] target-alpha queue


From: Richard Henderson
Subject: [Qemu-devel] [PULL 00/40] target-alpha queue
Date: Thu, 24 Apr 2014 12:52:00 -0700

Pull request for the patch series posted here

Message-Id: <address@hidden>
http://lists.gnu.org/archive/html/qemu-devel/2014-04/msg02763.html

Since there are no changes since then, I'm just posting the pull.

Thanks,


r~


The following changes since commit a9e8aeb3755bccb7b51174adcf4a3fc427e0d147:

  Update version for v2.0.0 release (2014-04-17 13:41:45 +0100)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/tgt-axp-pull-20140424

for you to fetch changes up to 06ef8604e92964cbf30084b7d31091aa7cbbb62f:

  target-alpha: Remove cpu_unique, cpu_sysval, cpu_usp (2014-04-17 11:47:42 
-0700)

----------------------------------------------------------------
target-alpha queue pull for 20140424

----------------------------------------------------------------
Paolo Bonzini (1):
      target-alpha: fix the braces

Richard Henderson (39):
      target-alpha: Introduce REQUIRE_TB_FLAG
      target-alpha: Introduce REQUIRE_REG_31
      target-alpha: Introduce functions for source/sink
      target-alpha: Convert opcode 0x11 to source/sink
      target-alpha: Convert opcode 0x12 to source/sink
      target-alpha: Convert opcode 0x13 to source/sink
      target-alpha: Convert opcode 0x14 to source/sink
      target-alpha: Convert opcode 0x17 to source/sink
      target-alpha: Convert opcode 0x18 to source/sink
      target-alpha: Convert opcode 0x1A to source/sink
      target-alpha: Convert opcode 0x1B to source/sink
      target-alpha: Convert opcode 0x1C to source/sink
      target-alpha: Convert opcode 0x1E to source/sink
      target-alpha: Convert opcode 0x1F to source/sink
      target-alpha: Convert gen_load/store_mem to source/sink
      target-alpha: Convert gen_store_conditional to source/sink
      target-alpha: Convert gen_cmp to source/sink
      target-alpha: Convert ARITH3_EX to source/sink
      target-alpha: Convert gen_cmov to source/sink
      target-alpha: Convert gen_msk_h/l to source/sink
      target-alpha: Convert gen_ext_h/l to source/sink
      target-alpha: Convert gen_ins_h/l to source/sink
      target-alpha: Convert gen_zap/not to source/sink
      target-alpha: Convert FARITH2 to source/sink
      target-alpha: Convert FARITH3 to source/sink
      target-alpha: Convert ARITH3 to source/sink
      target-alpha: Convert MVIOP2 to source/sink
      target-alpha: Convert gen_ieee_input to source/sink
      target-alpha: Convert most ieee insns to source/sink
      target-alpha: Convert gen_bcond to source/sink
      target-alpha: Convert gen_fcmov to source/sink
      target-alpha: Convert gen_fcvtlq/ql to source/sink
      target-alpha: Convert gen_cpys et al to source/sink
      target-alpha: Convert mfpr/mtpr to source/sink
      target-alpha: Use extract to get insn fields
      target-alpha: Use non-local temps for zero/sink
      target-alpha: Don't issue goto_tb under singlestep
      target-alpha: Tidy alpha_translate_init
      target-alpha: Remove cpu_unique, cpu_sysval, cpu_usp

 target-alpha/fpu_helper.c |    7 +
 target-alpha/helper.h     |    1 +
 target-alpha/translate.c  | 2363 +++++++++++++++++----------------------------
 3 files changed, 879 insertions(+), 1492 deletions(-)



reply via email to

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