These are extracted from a larger patch set, including only the subset that has been reviewed by Aurelien.
Patch 5 fixes a serious bug in the ia64 backend, so I'd like to ensure this gets fixed for 1.7. r~ The following changes since commit 5c5432e7d630592ddcc1876ac8a1505f8f14ef15: Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-11-13 11:49:27 -0800) are available in the git repository at: git://github.com/rth7680/qemu.git tcg-ia64-17 for you to fetch changes up to 463230d85e1e0898b1a94092af65026e615e6ec6: tcg-ia64: Introduce tcg_opc_bswap64_i (2013-11-18 15:57:59 +1000) ---------------------------------------------------------------- Richard Henderson (13): tcg-ia64: Use TCGMemOp within qemu_ldst routines tcg-ia64: Use shortcuts for nop insns tcg-ia64: Handle constant calls tcg-ia64: Simplify brcond tcg-ia64: Move AREG0 to R32 tcg-ia64: Avoid unnecessary stop bit in tcg_out_alu tcg-ia64: Use ADDS for small addition tcg-ia64: Use SUB_A3 and ADDS_A4 for subtraction tcg-ia64: Use A3 form of logical operations tcg-ia64: Introduce tcg_opc_mov_a tcg-ia64: Introduce tcg_opc_movi_a tcg-ia64: Introduce tcg_opc_ext_i tcg-ia64: Introduce tcg_opc_bswap64_i tcg/ia64/tcg-target.c | 755 ++++++++++++++++++++++++++------------------------ tcg/ia64/tcg-target.h | 4 +- 2 files changed, 397 insertions(+), 362 deletions(-)