[Qemu-devel] [PULL 0/2] tcg queued patches

Richard Henderson posted 2 patches 5 years, 1 month ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190206043516.11462-1-richard.henderson@linaro.org
Maintainers: Peter Crosthwaite <crosthwaite.peter@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <rth@twiddle.net>
include/exec/tb-lookup.h | 4 ++++
include/qemu/atomic128.h | 2 +-
accel/tcg/cpu-exec.c     | 3 ---
3 files changed, 5 insertions(+), 4 deletions(-)
[Qemu-devel] [PULL 0/2] tcg queued patches
Posted by Richard Henderson 5 years, 1 month ago
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(-)

Re: [Qemu-devel] [PULL 0/2] tcg queued patches
Posted by Peter Maydell 5 years, 1 month ago
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