From 7e3683309afa0aa757daa056f2c47d2a8f6bf994 Mon Sep 17 00:00:00 2001 From: 6eanut Date: Tue, 6 Jan 2026 18:29:51 +0800 Subject: sys/linux, executor: enable kvm fuzzing support for riscv64 --- sys/linux/dev_kvm_riscv64.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys/linux/dev_kvm_riscv64.txt (limited to 'sys/linux/dev_kvm_riscv64.txt') diff --git a/sys/linux/dev_kvm_riscv64.txt b/sys/linux/dev_kvm_riscv64.txt new file mode 100644 index 000000000..1079853a7 --- /dev/null +++ b/sys/linux/dev_kvm_riscv64.txt @@ -0,0 +1,14 @@ +# Copyright 2026 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +# RISCV64-specific KVM syscall declarations. + +meta arches["riscv64"] + +include + +ioctl$KVM_SET_GUEST_DEBUG_riscv64(fd fd_kvmcpu, cmd const[KVM_SET_GUEST_DEBUG], arg ptr[in, kvm_guest_debug[kvm_guest_debug_arch_riscv64]]) + +kvm_guest_debug_arch_riscv64 { + reg array[int64, 8] +} -- cgit mrf-deployment