Created
November 30, 2017 18:11
-
-
Save jld/fbb5f07df23dfc9668c29ccd534d9c4e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
exec qemu-system-x86_64 -enable-kvm \ | |
-monitor stdio \ | |
-hda vidyo.qcow2 \ | |
-m 4096 -smp 4 \ | |
-balloon virtio \ | |
-vga qxl \ | |
-usb \ | |
-device usb-ehci,id=ehci \ | |
-device usb-host,bus=ehci.0,vendorid=0x046d,productid=0x082d \ | |
-soundhw ac97 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment