qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/18] bsd-user: Add RISC-V CPU execution loop and syscall ha


From: Richard Henderson
Subject: Re: [PATCH 02/18] bsd-user: Add RISC-V CPU execution loop and syscall handling
Date: Fri, 2 Aug 2024 22:54:07 +1000
User-agent: Mozilla Thunderbird

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

Implemented the RISC-V CPU execution loop, including handling various
exceptions and system calls. The loop continuously executes CPU
instructions,processes exceptions, and handles system calls by invoking
FreeBSD syscall handlers.

Signed-off-by: Mark Corbin<mark.corbin@embecsom.com>
Signed-off-by: Ajeet Singh<itachis@FreeBSD.org>
Co-authored-by: Jessica Clarke<jrtc27@jrtc27.com>
Co-authored-by: Kyle Evans<kevans@FreeBSD.org>
---
  bsd-user/riscv/target_arch_cpu.h | 94 ++++++++++++++++++++++++++++++++
  1 file changed, 94 insertions(+)

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

r~



reply via email to

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