aboutsummaryrefslogtreecommitdiffstats
path: root/executor/test.go
Commit message (Collapse)AuthorAgeFilesLines
* executor: fix copyin of valuesDmitry Vyukov2017-01-171-0/+5
| | | | | | Currently non-bitfield values are copied incorrectly. Probably all turned into zeros or something. Fix that. Add test.
* sys: extend kvm supportDmitry Vyukov2017-01-091-0/+13
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.