aboutsummaryrefslogtreecommitdiffstats
path: root/executor/kvm.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: improve kvm descriptionDmitry Vyukov2017-01-281-0/+2
| | | | | | Allow fuzzer to change types of segment descriptors. Alter more flags. Allow fuzzer to do a random vmwrite.
* sys: extend kvm supportDmitry Vyukov2017-01-091-0/+75
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.