[Qemu-devel] [PULL for-2.10 0/3] TCG misc patches

Richard Henderson posted 3 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170803181224.21748-1-rth@twiddle.net
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
tcg/tcg.h                 | 5 ++++-
target/s390x/mem_helper.c | 1 +
tcg/arm/tcg-target.inc.c  | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL for-2.10 0/3] TCG misc patches
Posted by Richard Henderson 6 years, 7 months ago
Two of these have been posted before.  The third I discovered in
testing on a Sparc host yesterday.


r~


The following changes since commit aaaec6acad7cf97372d48c1b09126a09697519c8:

  Update version for v2.10.0-rc1 release (2017-08-02 16:36:32 +0100)

are available in the git repository at:

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

for you to fetch changes up to 13aaef678ed377b12b76dc7fb9e615b2f2f9047b:

  tcg: Increase minimum alignment from tcg_malloc to 8 (2017-08-03 11:00:30 -0700)

----------------------------------------------------------------
Queued misc tcg patches

----------------------------------------------------------------
Richard Henderson (3):
      tcg/arm: Fix runtime overalignment test
      target/s390x: Fix CSST for 16-byte store
      tcg: Increase minimum alignment from tcg_malloc to 8

 tcg/tcg.h                 | 5 ++++-
 target/s390x/mem_helper.c | 1 +
 tcg/arm/tcg-target.inc.c  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

Re: [Qemu-devel] [PULL for-2.10 0/3] TCG misc patches
Posted by Peter Maydell 6 years, 7 months ago
On 3 August 2017 at 19:12, Richard Henderson <rth@twiddle.net> wrote:
> Two of these have been posted before.  The third I discovered in
> testing on a Sparc host yesterday.
>
>
> r~
>
>
> The following changes since commit aaaec6acad7cf97372d48c1b09126a09697519c8:
>
>   Update version for v2.10.0-rc1 release (2017-08-02 16:36:32 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20170803
>
> for you to fetch changes up to 13aaef678ed377b12b76dc7fb9e615b2f2f9047b:
>
>   tcg: Increase minimum alignment from tcg_malloc to 8 (2017-08-03 11:00:30 -0700)
>
> ----------------------------------------------------------------
> Queued misc tcg patches
>
> ----------------------------------------------------------------
> Richard Henderson (3):
>       tcg/arm: Fix runtime overalignment test
>       target/s390x: Fix CSST for 16-byte store
>       tcg: Increase minimum alignment from tcg_malloc to 8
>

Applied, thanks.

-- PMM