mbox

[0/2] tcg/s390 improvements

Message ID 20161224034637.12207-1-rth@twiddle.net
State New
Headers show

Pull-request

git://github.com/rth7680/qemu.git tags/pull-tcg-20161223

Message

Richard Henderson Dec. 24, 2016, 3:46 a.m. UTC
One bug fix, one cleanup.


r~



The following changes since commit a470b33259bf82ef2336bfcd5d07640562d3f63b:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-12-22 19:23:51 +0000)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-tcg-20161223

for you to fetch changes up to e45d4ef6e345831c8d67a5bffe0d057efc20f4ff:

  tcg/s390: Remove 'R' constraint (2016-12-23 19:38:27 -0800)

----------------------------------------------------------------
queued s390 host fixes

----------------------------------------------------------------
Richard Henderson (2):
      tcg/s390: Fix setcond expansion
      tcg/s390: Remove 'R' constraint

 tcg/s390/tcg-target.inc.c | 75 +++++++++++++++++++++++++----------------------
 1 file changed, 40 insertions(+), 35 deletions(-)

Comments

Peter Maydell Dec. 27, 2016, 4:18 p.m. UTC | #1
On 24 December 2016 at 03:46, Richard Henderson <rth@twiddle.net> wrote:
> One bug fix, one cleanup.
>
>
> r~
>
>
>
> The following changes since commit a470b33259bf82ef2336bfcd5d07640562d3f63b:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-12-22 19:23:51 +0000)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20161223
>
> for you to fetch changes up to e45d4ef6e345831c8d67a5bffe0d057efc20f4ff:
>
>   tcg/s390: Remove 'R' constraint (2016-12-23 19:38:27 -0800)
>
> ----------------------------------------------------------------
> queued s390 host fixes
>
> ----------------------------------------------------------------
> Richard Henderson (2):
>       tcg/s390: Fix setcond expansion
>       tcg/s390: Remove 'R' constraint
>
>  tcg/s390/tcg-target.inc.c | 75 +++++++++++++++++++++++++----------------------
>  1 file changed, 40 insertions(+), 35 deletions(-)

Applied, thanks.

-- PMM