mbox

[PULL] tcg queued patch

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

Pull-request

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

Message

Richard Henderson April 26, 2017, 5:30 p.m. UTC
Fixes a tcg_error when building with clang on some hosts.


r~


The following changes since commit 51b9d495f2a99c65c9e524c8f6fe283ebfabae1d:

  Revert "COLO-compare: Optimize tcp compare trace event" (2017-04-26 16:19:27 +0100)

are available in the git repository at:

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

for you to fetch changes up to 79b1af906245558c30e0a5faf26cb52b63f83cce:

  tcg: Initialize return value after exit_atomic (2017-04-26 19:26:11 +0200)

----------------------------------------------------------------
Fix for exit_atomic tcg opcode paths

----------------------------------------------------------------
Richard Henderson (1):
      tcg: Initialize return value after exit_atomic

 tcg/tcg-op.c | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Peter Maydell April 26, 2017, 8:28 p.m. UTC | #1
On 26 April 2017 at 18:30, Richard Henderson <rth@twiddle.net> wrote:
> Fixes a tcg_error when building with clang on some hosts.
>
>
> r~
>
>
> The following changes since commit 51b9d495f2a99c65c9e524c8f6fe283ebfabae1d:
>
>   Revert "COLO-compare: Optimize tcp compare trace event" (2017-04-26 16:19:27 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20170426
>
> for you to fetch changes up to 79b1af906245558c30e0a5faf26cb52b63f83cce:
>
>   tcg: Initialize return value after exit_atomic (2017-04-26 19:26:11 +0200)
>
> ----------------------------------------------------------------
> Fix for exit_atomic tcg opcode paths
>
> ----------------------------------------------------------------
> Richard Henderson (1):
>       tcg: Initialize return value after exit_atomic
>
>  tcg/tcg-op.c | 6 ++++++
>  1 file changed, 6 insertions(+)


Applied, thanks.

-- PMM