qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 12/18] bsd-user: Define RISC-V system call structures and con


From: Richard Henderson
Subject: Re: [PATCH 12/18] bsd-user: Define RISC-V system call structures and constants
Date: Fri, 2 Aug 2024 23:35:04 +1000
User-agent: Mozilla Thunderbird

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

Introduced definitions for the RISC-V system call interface, including
the 'target_pt_regs' structure that outlines the register storage
layout during a system call.
Added constants for hardware machine identifiers.

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>
---
  bsd-user/riscv/target_syscall.h | 38 +++++++++++++++++++++++++++++++++
  1 file changed, 38 insertions(+)
  create mode 100644 bsd-user/riscv/target_syscall.h

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

r~



reply via email to

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