mbox series

[PULL,0/2] tcg queued patches

Message ID 20190206043516.11462-1-richard.henderson@linaro.org
Headers show
Series tcg queued patches | expand

Message

Richard Henderson Feb. 6, 2019, 4:35 a.m. UTC
The following changes since commit 47994e16b1d66411953623e7c0bf0cdcd50bd507:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205' into staging (2019-02-05 18:25:07 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 9fd9b7de61b24c70a8a82d9627a20ed95433e1b5:

  accel/tcg: Consider cluster index in tb_lookup__cpu_state() (2019-02-06 03:39:24 +0000)

----------------------------------------------------------------
Queued accel/tcg patches

----------------------------------------------------------------
Catherine Ho (1):
      tcg: add early clober modifier in atomic16_cmpxchg on aarch64

Peter Maydell (1):
      accel/tcg: Consider cluster index in tb_lookup__cpu_state()

 include/exec/tb-lookup.h | 4 ++++
 include/qemu/atomic128.h | 2 +-
 accel/tcg/cpu-exec.c     | 3 ---
 3 files changed, 5 insertions(+), 4 deletions(-)

Comments

Peter Maydell Feb. 7, 2019, 12:54 p.m. UTC | #1
On Wed, 6 Feb 2019 at 04:35, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> The following changes since commit 47994e16b1d66411953623e7c0bf0cdcd50bd507:

>

>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205' into staging (2019-02-05 18:25:07 +0000)

>

> are available in the Git repository at:

>

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

>

> for you to fetch changes up to 9fd9b7de61b24c70a8a82d9627a20ed95433e1b5:

>

>   accel/tcg: Consider cluster index in tb_lookup__cpu_state() (2019-02-06 03:39:24 +0000)

>

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

> Queued accel/tcg patches

>

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

> Catherine Ho (1):

>       tcg: add early clober modifier in atomic16_cmpxchg on aarch64

>

> Peter Maydell (1):

>       accel/tcg: Consider cluster index in tb_lookup__cpu_state()


Applied, thanks.

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

-- PMM