]> git.proxmox.com Git - qemu.git/commit
Merge remote-tracking branch 'origin/master' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 25 Sep 2012 23:12:07 +0000 (18:12 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 25 Sep 2012 23:12:07 +0000 (18:12 -0500)
commitd9b41bcda91ea7285d934a9c2333c49cd32d1ad3
tree9d7546859fe256bbeda66a5d6d19f88ab54289d0
parent444dbc381b94f5b54da521df61e751f28b00ce88
parentf813cb838f19ee8637d3c365659e6a6bb0c9c974
Merge remote-tracking branch 'origin/master' into staging

* origin/master:
  tcg/i386: fix build with -march < i686
  tcg: Streamline movcond_i64 using movcond_i32
  tcg: Streamline movcond_i64 using 32-bit arithmetic
  tcg: Sanity check goto_tb input
  tcg: Sanity check deposit inputs
  tcg: Add tcg_debug_assert
  tcg: Implement concat*_i64 with deposit_i64
  tcg: Emit XORI as NOT for appropriate constants
  tcg: Optimize initial inputs for ori_i64
  tcg: Emit ANDI as EXTU for appropriate constants
  tcg: Adjust descriptions of *cond opcodes
  tcg/mips: fix MIPS32(R2) detection