Hello Anthony,

Here's a cleaned up version of the series ack'ed by Alex for 1.1-rc1.
Thanks for delaying.

Regards,
Andreas

Cc: Anthony Liguori <anth...@codemonkey.ws>
Cc: malc <av1...@comtv.ru>
Cc: Alexander Graf <ag...@suse.de>

v2 -> v3:
* Do not hard-assign ir = 4 for CONFIG_TCG_PASS_AREG0, instead use ir++ (Alex).

v1 -> v2:
* Drop _CALL_DARWIN fix that malc doesn't accept (_CALL_DARWIN being reserved).
* Fix a register clobbering issue with 64-bit loads in non-AREG0 path.
* Split register numbering and alignment adjustments off from AREG0 support.
* Address register clobbering for AREG0 aligned and unaligned paths.

Andreas Färber (4):
  tcg/ppc: Do not overwrite lower address word on Darwin and AIX
  tcg/ppc: Don't hardcode register numbers
  tcg/ppc: Clobber r5 for 64-bit qemu_ld
  tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 mode

 tcg/ppc/tcg-target.c |   65 ++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 50 insertions(+), 15 deletions(-)

-- 
1.7.7


Reply via email to