Advertisement
Guest User

Untitled

a guest
Dec 21st, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. qemu-system-x86_64 -enable-kvm -m 8192 -M pc-i440fx-2.4 \
  4. -cpu host,kvm=off \
  5. -smp 6,sockets=1,cores=6,threads=1 \
  6. -vga none -nographic -localtime -boot menu=on \
  7. -bios /usr/share/qemu/bios.bin \
  8. -device vfio-pci,host=03:00.0,x-vga=on \
  9. -device vfio-pci,host=03:00.1 \
  10. -usb -usbdevice host:046d:c534 \
  11. -drive file=/home/eddieak/win7.img,id=disk,format=raw,if=virtio \
  12. -drive file=/home/eddieak/win7.iso,id=wincd,if=none,format=raw -device ide-cd,bus=ide.1,drive=wincd \
  13. -drive file=/home/eddieak/virtio.iso,id=virtcd,if=none,format=raw -device ide-cd,bus=ide.0,drive=virtcd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement