aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_kvm.h
Commit message (Collapse)AuthorAgeFilesLines
* executor: sys/linux/: pkg/runtest: pkg/vminfo: add syz_kvm_assert_syzos_kvm_exitAlexander Potapenko2025-09-191-0/+25
| | | | Implement a pseudo-syscall to check the value of kvm_run.exit_reason
* sys, executor: more kvm improvementsDmitry Vyukov2017-01-121-765/+0
| | | | | | | 1. Basic support for arm64 kvm testing. 2. Fix compiler warnings in x86 kvm code. 3. Test all pseudo syz calls in csource. 4. Fix handling of real code in x86.
* sys: extend kvm supportDmitry Vyukov2017-01-091-0/+765
Add new pseudo syscall syz_kvm_setup_cpu that setups VCPU into interesting states for execution. KVM is too difficult to setup otherwise. Lots of improvements possible, but this is a starting point.