[PULL 0/1] tcg patch queue for 6.2

Richard Henderson posted 1 patch 2 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211207143936.258418-1-richard.henderson@linaro.org
tcg/tcg.c                |  8 +++++++-
tcg/arm/tcg-target.c.inc | 13 +++++++++----
2 files changed, 16 insertions(+), 5 deletions(-)
[PULL 0/1] tcg patch queue for 6.2
Posted by Richard Henderson 2 years, 4 months ago
The following changes since commit 7635eff97104242d618400e4b6746d0a5c97af82:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2021-12-06 11:18:06 -0800)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20211207

for you to fetch changes up to b9537d5904f6e3df896264a6144883ab07db9608:

  tcg/arm: Reduce vector alignment requirement for NEON (2021-12-07 06:32:09 -0800)

----------------------------------------------------------------
Fix stack spills for arm neon.

----------------------------------------------------------------
Richard Henderson (1):
      tcg/arm: Reduce vector alignment requirement for NEON

 tcg/tcg.c                |  8 +++++++-
 tcg/arm/tcg-target.c.inc | 13 +++++++++----
 2 files changed, 16 insertions(+), 5 deletions(-)

Re: [PULL 0/1] tcg patch queue for 6.2
Posted by Richard Henderson 2 years, 4 months ago
On 12/7/21 6:39 AM, Richard Henderson wrote:
> The following changes since commit 7635eff97104242d618400e4b6746d0a5c97af82:
> 
>    Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2021-12-06 11:18:06 -0800)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20211207
> 
> for you to fetch changes up to b9537d5904f6e3df896264a6144883ab07db9608:
> 
>    tcg/arm: Reduce vector alignment requirement for NEON (2021-12-07 06:32:09 -0800)
> 
> ----------------------------------------------------------------
> Fix stack spills for arm neon.
> 
> ----------------------------------------------------------------
> Richard Henderson (1):
>        tcg/arm: Reduce vector alignment requirement for NEON
> 
>   tcg/tcg.c                |  8 +++++++-
>   tcg/arm/tcg-target.c.inc | 13 +++++++++----
>   2 files changed, 16 insertions(+), 5 deletions(-)

Applied, thanks.

r~