diff options
| author | 6eanut <jiakaiPeanut@gmail.com> | 2026-01-06 18:29:51 +0800 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2026-01-09 15:30:06 +0000 |
| commit | 7e3683309afa0aa757daa056f2c47d2a8f6bf994 (patch) | |
| tree | aed7086ae2c8b5096169d8973bce12a52303266d /sys/linux/dev_kvm_riscv64.txt | |
| parent | 77cda984f819e74fb6d9d50ecc2fa437c46e3a32 (diff) | |
sys/linux, executor: enable kvm fuzzing support for riscv64
Diffstat (limited to 'sys/linux/dev_kvm_riscv64.txt')
| -rw-r--r-- | sys/linux/dev_kvm_riscv64.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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 <uapi/linux/kvm.h> + +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] +} |
