aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/vmw-settings.png
Commit message (Collapse)AuthorAgeFilesLines
* vm/vmware: improve kernel log collection and VM managementRadoslav Gerganov2020-10-301-0/+0
* Collecting kernel logs with dmesg over ssh doesn't work well and sometimes we miss call traces when a crash occurs. Getting the kernel log from a virtual serial port is much more effective. * Creating linked clone VMs is faster then full clone VMs but it requires snapshot management and this will bring more complexity to syzkaller. Keep it simple and create full clone VMs for now. * Use host-only networking because the VM gets its IP faster that way