qemu-cr16/bsd-user/riscv
Paolo Bonzini 758e5de501 bsd-user, linux-user: introduce qemu_process_cpu_events
Add a user-mode emulation version of the function.  More will be
added later, for now it is just process_queued_cpu_work.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-09-17 19:00:56 +02:00
..
signal.c bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV 2024-10-02 15:11:52 +10:00
target.h bsd-user: Add generic RISC-V64 target definitions 2024-10-02 15:11:52 +10:00
target_arch.h bsd-user: Implement RISC-V TLS register setup 2024-10-02 15:11:52 +10:00
target_arch_cpu.c bsd-user: Implement RISC-V TLS register setup 2024-10-02 15:11:52 +10:00
target_arch_cpu.h bsd-user, linux-user: introduce qemu_process_cpu_events 2025-09-17 19:00:56 +02:00
target_arch_elf.h bsd-user: Add RISC-V ELF definitions and hardware capability detection 2024-10-02 15:11:52 +10:00
target_arch_reg.h bsd-user: Define RISC-V register structures and register copying 2024-10-02 15:11:52 +10:00
target_arch_signal.h bsd-user: Define RISC-V signal handling structures and constants 2024-10-02 15:11:52 +10:00
target_arch_sigtramp.h bsd-user: Add RISC-V signal trampoline setup function 2024-10-02 15:11:52 +10:00
target_arch_sysarch.h bsd-user: Implement RISC-V sysarch system call emulation 2024-10-02 15:11:52 +10:00
target_arch_thread.h bsd-user: Add RISC-V thread setup and initialization support 2024-10-02 15:11:52 +10:00
target_arch_vmparam.h bsd-user: Define RISC-V VM parameters and helper functions 2024-10-02 15:11:52 +10:00
target_syscall.h bsd-user: Define RISC-V system call structures and constants 2024-10-02 15:11:52 +10:00