qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 08/14] linux-user/riscv: initialise the TaskState heap/sta


From: Richard Henderson
Subject: Re: [PATCH v1 08/14] linux-user/riscv: initialise the TaskState heap/stack info
Date: Sat, 20 Mar 2021 10:05:54 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/20/21 7:37 AM, Alex Bennée wrote:
Arguably the target_cpu_copy_regs function for each architecture is
misnamed as a number of the architectures also take the opportunity to
fill out the TaskState structure. This could arguably be factored out
into common code but that would require a wider audit of the
architectures. For now just replicate for riscv so we can correctly
report semihosting information for SYS_HEAPINFO.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
Message-Id:<20210312102029.17017-5-alex.bennee@linaro.org>
---
  linux-user/riscv/cpu_loop.c | 5 +++++
  1 file changed, 5 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]