syzkaller/vm
Tobias Klauser f5b2c665da vm/qemu: add support for linux/riscv64
Since the qemu riscv64 port does not work with the default -net nic
parameter, add support to use in the modern way of specifying network devices
to qemu, i.e. -device virtio-net-device,netdev=0 -netdev user,id=net0,host=...

The same applies for the -hda qemu option. Provide a way to use the
modern way of specifying image devices as well.

Other/new ports may use these options as well in the future by setting
UseNewQemuNetOptions and/or UseNewQemuImageOptions.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2020-06-27 15:04:27 +02:00
..
adb all: fix warnings pointed to by golangci-lint 2019-03-28 15:30:18 +01:00
bhyve vm/vmimpl: refactor DiagnoseFree/OpenBSD 2020-03-21 16:08:02 +01:00
gce .golangci.yml: enable whitespace checker 2020-06-05 12:23:19 +02:00
gvisor vm/gvisor: Send debug logs to stderr so they can be read by syzkaller 2020-06-13 11:27:59 +02:00
isolated vm/isolated: fix hang when target_reboot is not set 2020-05-21 09:08:32 +02:00
kvm vm: allow Diagnose to directly return diagnosis 2018-12-21 18:08:49 +01:00
odroid all: use more respective language 2020-06-11 23:19:34 +02:00
qemu vm/qemu: add support for linux/riscv64 2020-06-27 15:04:27 +02:00
vmimpl vm/vmimpl: add support for linux/riscv64 2020-06-26 16:41:30 +02:00
vmm vm/vmimpl: refactor DiagnoseFree/OpenBSD 2020-03-21 16:08:02 +01:00
vm_test.go vm: better handle VM diagnosis output 2020-03-21 16:30:35 +01:00
vm.go vm: better handle VM diagnosis output 2020-03-21 16:30:35 +01:00