mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-07 04:07:53 +00:00
![Tobias Klauser](/assets/img/avatar_default.png)
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>