mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-08 12:58:54 +00:00
vm/qemu: support netbsd
This commit is contained in:
parent
e729550825
commit
da63ec6526
@ -87,6 +87,10 @@ var archConfigs = map[string]archConfig{
|
||||
Qemu: "qemu-system-x86_64",
|
||||
QemuArgs: "-enable-kvm -usb -usbdevice mouse -usbdevice tablet -soundhw all",
|
||||
},
|
||||
"netbsd/amd64": {
|
||||
Qemu: "qemu-system-x86_64",
|
||||
QemuArgs: "-enable-kvm -usb -usbdevice mouse -usbdevice tablet -soundhw all",
|
||||
},
|
||||
"fuchsia/amd64": {
|
||||
Qemu: "qemu-system-x86_64",
|
||||
QemuArgs: "-enable-kvm",
|
||||
|
Loading…
x
Reference in New Issue
Block a user