mbox series

[PULL,0/2] tcg patch queue

Message ID 20200706185248.118447-1-richard.henderson@linaro.org
Headers show
Series tcg patch queue | expand

Message

Richard Henderson July 6, 2020, 6:52 p.m. UTC
The following changes since commit eb6490f544388dd24c0d054a96dd304bc7284450:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703' into staging (2020-07-04 16:08:41 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 852f933e482518797f7785a2e017a215b88df815:

  tcg: Fix do_nonatomic_op_* vs signed operations (2020-07-06 10:58:19 -0700)

----------------------------------------------------------------
Fix for ppc shifts
Fix for non-parallel atomic ops

----------------------------------------------------------------
Catherine A. Frederick (1):
      tcg/ppc: Sanitize immediate shifts

Richard Henderson (1):
      tcg: Fix do_nonatomic_op_* vs signed operations

 tcg/ppc/tcg-target.inc.c | 15 ++++++++++-----
 tcg/tcg-op.c             | 10 ++++++----
 2 files changed, 16 insertions(+), 9 deletions(-)

Comments

Peter Maydell July 8, 2020, 3:33 p.m. UTC | #1
On Mon, 6 Jul 2020 at 19:52, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> The following changes since commit eb6490f544388dd24c0d054a96dd304bc7284450:

>

>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703' into staging (2020-07-04 16:08:41 +0100)

>

> are available in the Git repository at:

>

>   https://github.com/rth7680/qemu.git tags/pull-tcg-20200706

>

> for you to fetch changes up to 852f933e482518797f7785a2e017a215b88df815:

>

>   tcg: Fix do_nonatomic_op_* vs signed operations (2020-07-06 10:58:19 -0700)

>

> ----------------------------------------------------------------

> Fix for ppc shifts

> Fix for non-parallel atomic ops



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM