[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/net: move allocation to the heap due to very large stack
From: |
Richard Henderson |
Subject: |
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame |
Date: |
Fri, 9 Oct 2020 09:14:46 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 10/9/20 9:02 AM, Elena Afanasova wrote:
> From 09905773a00e417d3a37c12350d9e55466fdce8a Mon Sep 17 00:00:00 2001
> From: Elena Afanasova <eafanasova@gmail.com>
> Date: Fri, 9 Oct 2020 06:41:36 -0700
> Subject: [PATCH] hw/net: move allocation to the heap due to very large stack
> frame
>
> Signed-off-by: Elena Afanasova <eafanasova@gmail.com>
> ---
> hw/net/spapr_llan.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- [PATCH] hw/net: move allocation to the heap due to very large stack frame, Elena Afanasova, 2020/10/09
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame,
Richard Henderson <=
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame, Philippe Mathieu-Daudé, 2020/10/09
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame, Greg Kurz, 2020/10/09
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame, Li Qiang, 2020/10/09
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame, David Gibson, 2020/10/10
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame, Elena Afanasova, 2020/10/10
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame, David Gibson, 2020/10/12
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame, Thomas Huth, 2020/10/12
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame, Paolo Bonzini, 2020/10/12
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame, David Gibson, 2020/10/13
- Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame, Elena Afanasova, 2020/10/14