Le 18/02/2020 à 10:11, kuhn.chen...@huawei.com a écrit :
> From: Chen Qun
>
> The device tree blob returned by load_device_tree is malloced.
> We should free it after cpu_physical_memory_write().
>
> Reported-by: Euler Robot
> Signed-off-by: Chen Qun
> ---
> hw/xtensa/xtfpga.c | 1 +
> 1 file
On Tue, Feb 18, 2020 at 1:14 AM wrote:
>
> From: Chen Qun
>
> The device tree blob returned by load_device_tree is malloced.
> We should free it after cpu_physical_memory_write().
>
> Reported-by: Euler Robot
> Signed-off-by: Chen Qun
> ---
> hw/xtensa/xtfpga.c | 1 +
> 1 file changed, 1 inser
From: Chen Qun
The device tree blob returned by load_device_tree is malloced.
We should free it after cpu_physical_memory_write().
Reported-by: Euler Robot
Signed-off-by: Chen Qun
---
hw/xtensa/xtfpga.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/xtensa/xtfpga.c b/hw/xtensa/xtfpga.