tools
tools copied to clipboard
Please add arbitrary flags support to gok vm run
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.