qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/21] TCG ppc and ppc64 updates


From: Richard Henderson
Subject: [Qemu-devel] [PULL 00/21] TCG ppc and ppc64 updates
Date: Wed, 25 Sep 2013 09:27:17 -0700

This is a pull for both the ppc and ppc64 updates that have been
previously posted.  Paolo has re-checked the ppc32 portions.
Unfortunately, all mail to malc bounces, so this is unlikely to
get any further review.

Please pull.


r~


The following changes since commit f828a4c8faa118e0ebab3e353ac6840f3b2a0318:

  Merge remote-tracking branch 'stefanha/tracing' into staging (2013-09-23 
11:53:22 -0500)

are available in the git repository at:


  git://github.com/rth7680/qemu.git tcg-ppc-pull

for you to fetch changes up to 7f12d6497f9c4907c1ce4ef296392aef305ed587:

  tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION (2013-09-25 07:46:33 -0700)

----------------------------------------------------------------
Paolo Bonzini (2):
      tcg-ppc: fix qemu_ld/qemu_st for AIX ABI
      tcg-ppc: use new return-argument ld/st helpers

Richard Henderson (19):
      configure: Allow command-line configure for ppc32
      tcg-ppc: Avoid code for nop move
      tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_path
      tcg-ppc: Use conditional branch and link to slow path
      tcg-ppc: Fix and cleanup tcg_out_tlb_check
      tcg-ppc64: Reformat tcg-target.c
      tcg-ppc64: More use of TAI and SAI helper macros
      tcg-ppc64: Use TCG_REG_Rn constants
      tcg-ppc64: Use tcg_out64
      tcg-ppc64: Avoid code for nop move
      tcg-ppc64: Don't load the static chain from TCG
      tcg-ppc64: Fold constant call address into descriptor load
      tcg-ppc64: Look through a constant function descriptor
      tcg-ppc64: Tidy register allocation order
      tcg-ppc64: Handle long offsets better
      tcg-ppc64: Implement tcg_register_jit
      tcg-ppc64: Streamline tcg_out_tlb_read
      tcg-ppc64: Add _noaddr functions for emitting forward branches
      tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION

 configure               |   10 +-
 include/exec/exec-all.h |    4 +-
 tcg/ppc/tcg-target.c    |  506 ++++++++++-----------
 tcg/ppc64/tcg-target.c  | 1109 ++++++++++++++++++++++++++---------------------
 4 files changed, 842 insertions(+), 787 deletions(-)



reply via email to

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