syzkaller/vm
Anton Lindqvist 14b78b9701 vm/vmm: fix IP address detection
The IP address of a VM is calculated based on the formula 100.64.X.3 where X
being the ID of the VM, starting from 0. After starting 256 VMs 64 will flip
over to 65 and so on. A more robust solution to calculating the IP is to simply
read it from output during boot.

While here, stop using the VM ID as the identifier since the VM name also works.
2018-08-29 13:31:38 -07:00
..
adb gometalinter: clean up some errcheck warnings 2018-08-02 16:57:31 +02:00
gce vm/gce: move console check into separate function 2018-08-02 16:57:32 +02:00
gvisor vm/gvisor: fix current binary lookup 2018-08-03 21:08:11 +02:00
isolated vm/vmimpl: factor out common code for ssh args and waiting for ssh 2018-07-06 14:02:06 +02:00
kvm vm/vmimpl: add vm.Diagnose method 2018-06-22 16:40:45 +02:00
odroid vm/vmimpl: factor out common code for ssh args and waiting for ssh 2018-07-06 14:02:06 +02:00
qemu vm: fix "kill fuzzer on first kernel bug" 2018-07-29 10:07:30 +02:00
vmimpl vm/vmm: support for vmm found on OpenBSD (#678) 2018-08-18 13:06:44 -07:00
vmm vm/vmm: fix IP address detection 2018-08-29 13:31:38 -07:00
vm.go vm/vmm: support for vmm found on OpenBSD (#678) 2018-08-18 13:06:44 -07:00