Skip to content

Instantly share code, notes, and snippets.

@XZentus
Last active June 9, 2020 12:46
Show Gist options
  • Select an option

  • Save XZentus/552dfd7357a5833b418d60e3770091f8 to your computer and use it in GitHub Desktop.

Select an option

Save XZentus/552dfd7357a5833b418d60e3770091f8 to your computer and use it in GitHub Desktop.
#!/bin/sh
qemu-system-x86_64 \
-m 8G \
-enable-kvm \
-cdrom $1 \
-smp 4,cores=4 \
-cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time \
-usb -device usb-tablet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment