tools icon indicating copy to clipboard operation
tools copied to clipboard

Please add arbitrary flags support to gok vm run

Open simmonmt opened this issue 9 months ago • 0 comments

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.

simmonmt avatar Mar 03 '25 14:03 simmonmt