From a6e3ac3bf259067ffd6e50fe8e4a158f097c1da5 Mon Sep 17 00:00:00 2001 From: Radoslav Gerganov Date: Wed, 14 Oct 2020 16:46:20 +0300 Subject: vm/vmware: improve kernel log collection and VM management * 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 --- docs/linux/vmw-settings.png | Bin 0 -> 87824 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/linux/vmw-settings.png (limited to 'docs/linux/vmw-settings.png') diff --git a/docs/linux/vmw-settings.png b/docs/linux/vmw-settings.png new file mode 100644 index 000000000..816c665d2 Binary files /dev/null and b/docs/linux/vmw-settings.png differ -- cgit mrf-deployment