Skip to content

Instantly share code, notes, and snippets.

Created November 3, 2015 22:54
Show Gist options
  • Save anonymous/e3031ed4d342050ece76 to your computer and use it in GitHub Desktop.
Save anonymous/e3031ed4d342050ece76 to your computer and use it in GitHub Desktop.
qemu-system-x86_64 -enable-kvm -rtc base=localtime -name Windows -cpu host -m 1G -device virtio-scsi-pci,id=scsi -drive file=/home/vincent/arch.iso,id=isocd,format=raw,if=none -device scsi-cd,drive=isocd -boot menu=on -device nec-usb-xhci -device usb-host,vendorid=0x1532,productid=0x011b -device vfio-pci,host=02:00.0,multifunction=on,x-vga=on -device vfio-pci,host=02:00.1 -nographic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment