aboutsummaryrefslogtreecommitdiffstats
path: root/executor/test_test.go
Commit message (Collapse)AuthorAgeFilesLines
* executor: fix copyin of valuesDmitry Vyukov2017-01-171-0/+10
| | | | | | 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/+16
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.