[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] tcg: Allocate sufficient storage in temp_allocate_frame
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 2/2] tcg: Allocate sufficient storage in temp_allocate_frame |
Date: |
Sat, 19 Jun 2021 11:41:50 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 |
On 6/19/21 6:57 AM, Richard Henderson wrote:
> This function should have been updated for vector types
> when they were introduced.
>
> Cc: qemu-stable@nongnu.org
> Fixes: d2fd745fe8b
> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/367
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/tcg.c | 32 +++++++++++++++++++++++++++-----
> 1 file changed, 27 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>