qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/10] target-alpha improvments, version 5


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 00/10] target-alpha improvments, version 5
Date: Mon, 12 Apr 2010 16:23:59 -0700

Changes from v4->v5:
  * Re-base vs master, and accepted patches.
  * Address the comments from version 4.


r~



Richard Henderson (10):
  target-alpha: Implement cpys{,n,e} inline.
  target-alpha: Implement rs/rc properly.
  target-alpha: Implement cvtlq inline.
  target-alpha: Emit goto_tb opcodes.
  target-alpha: Update commentary for opcode 0x1A.
  target-alpha: Enable NPTL.
  target-alpha: Indicate NORETURN status when raising exception.
  target-alpha: Fix load-locked/store-conditional.
  target-alpha: Implement RPCC.
  Implement cpu_get_real_ticks for Alpha.

 configure                |    1 +
 linux-user/main.c        |   62 ++++-
 linux-user/syscall.c     |    2 +-
 qemu-timer.h             |   13 +
 target-alpha/cpu.h       |   36 ++-
 target-alpha/helper.c    |    7 +-
 target-alpha/helper.h    |    7 -
 target-alpha/op_helper.c |   60 +----
 target-alpha/translate.c |  684 ++++++++++++++++++++++++++++++----------------
 9 files changed, 555 insertions(+), 317 deletions(-)





reply via email to

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