mbox

[PULL,0/1] tcg patch queue for 6.2

Message ID 20211207143936.258418-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

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

Message

Richard Henderson Dec. 7, 2021, 2:39 p.m. UTC
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(-)

Comments

Richard Henderson Dec. 7, 2021, 5:27 p.m. UTC | #1
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~