aboutsummaryrefslogtreecommitdiffstats
path: root/executor/kvm_gen.cc
Commit message (Collapse)AuthorAgeFilesLines
* sys: extend kvm supportDmitry Vyukov2017-01-091-0/+33
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.