You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please let me pass arbitrary flags to qemu when running gok vm run. In my case I'm hacking together USB support, and have been prototyping it using qemu's usb flags. I'd like to be able to pass -usb -device usb-mouse to qemu.
The workaround is to just run qemu directly, but WIBNI I could just gok vm run --gok-flags -- -usb -device usb-mouse my way to happiness.
The text was updated successfully, but these errors were encountered:
Please let me pass arbitrary flags to qemu when running
gok vm run
. In my case I'm hacking together USB support, and have been prototyping it using qemu's usb flags. I'd like to be able to pass-usb -device usb-mouse
to qemu.The workaround is to just run qemu directly, but WIBNI I could just
gok vm run --gok-flags -- -usb -device usb-mouse
my way to happiness.The text was updated successfully, but these errors were encountered: