qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 11/18] bsd-user: Define RISC-V VM parameters and helper funct


From: Richard Henderson
Subject: Re: [PATCH 11/18] bsd-user: Define RISC-V VM parameters and helper functions
Date: Fri, 2 Aug 2024 23:33:17 +1000
User-agent: Mozilla Thunderbird

On 8/2/24 18:34, Ajeet Singh wrote:
From: Mark Corbin<mark.corbin@embecsom.com>

Added definitions for RISC-V VM parameters, including maximum and
default sizes for text, data, and stack, as well as address space
limits.
Implemented helper functions for retrieving and setting specific
values in the CPU state, such as stack pointer and return values.

Signed-off-by: Mark Corbin<mark.corbin@embecsom.com>
Signed-off-by: Ajeet Singh<itachis@FreeBSD.org>
---
  bsd-user/riscv/target_arch_vmparam.h | 53 ++++++++++++++++++++++++++++
  1 file changed, 53 insertions(+)
  create mode 100644 bsd-user/riscv/target_arch_vmparam.h

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

r~



reply via email to

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