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.txt | |
| parent | 77cda984f819e74fb6d9d50ecc2fa437c46e3a32 (diff) | |
sys/linux, executor: enable kvm fuzzing support for riscv64
Diffstat (limited to 'sys/linux/dev_kvm.txt')
| -rw-r--r-- | sys/linux/dev_kvm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/dev_kvm.txt b/sys/linux/dev_kvm.txt index 13c9c7c67..73e5edccc 100644 --- a/sys/linux/dev_kvm.txt +++ b/sys/linux/dev_kvm.txt @@ -1,7 +1,7 @@ # Copyright 2015 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. -meta arches["386", "amd64", "arm64", "mips64le", "ppc64le", "s390x"] +meta arches["386", "amd64", "arm64", "mips64le", "ppc64le", "s390x", "riscv64"] include <linux/kvm.h> include <linux/kvm_host.h> |
