aboutsummaryrefslogtreecommitdiffstats
path: root/vm/adb/console.go
Commit message (Collapse)AuthorAgeFilesLines
* vm: add Odroid supportAndrey Konovalov2017-03-101-134/+0
| | | | | | | | | | | This commit adds Odroid C2 support to syzkaller. It's now possible to specify "type": "odroid" in manager config. Documentation on how to setup fuzzing with Odroid C2 board is here: https://github.com/google/syzkaller/wiki/Setup:-Odroid-C2 Note, that after this change libusb-1.0-0-dev package should be installed to build syzkaller.
* vm/adb: fix ppc64le buildDmitry Vyukov2017-03-021-0/+2
|
* vm/adb: support fuzzing without consoleDmitry Vyukov2017-02-061-0/+57
| | | | | | If no console found, fall back to 'adb shell dmesg -w'. This is not reliable, and lots of bugs are detected as 'lost connection' without any kernel output. But users want this.
* vm/adb: support BeagleBone consoleDmitry Vyukov2016-12-191-0/+75
BeagleBone console requires some special tty-ism to work. Fortunately, this code also works with Suzy-Q.