Skip to content

Instantly share code, notes, and snippets.

@jld
Created November 30, 2017 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jld/fbb5f07df23dfc9668c29ccd534d9c4e to your computer and use it in GitHub Desktop.
Save jld/fbb5f07df23dfc9668c29ccd534d9c4e to your computer and use it in GitHub Desktop.
#!/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