Advertisement
Jako81624

Untitled

Jul 14th, 2015
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. qemu-system-x86_64 -enable-kvm -m 6G -cpu host,kvm=off -redir tcp:5555::80 -redir tcp:5556::445 -M q35 \
  2. -smp 6,sockets=1,cores=6,threads=1 \
  3. -boot menu=on \
  4. -device vfio-pci,host=02:00.0,x-vga=on -device vfio-pci,host=02:00.1 \
  5. -device usb-ehci,id=ehci \
  6. -device nec-usb-xhci,id=xhci \
  7. -device usb-host,hostbus=5,hostaddr=4,id=CameraDK2,bus=ehci.0,port=3 \
  8. -drive file=/home/jacob/Downloads/Virtio.iso,id=virtiocd,if=none -device ide-cd,drive=virtiocd \
  9. -drive file=/home/jacob/windows7.img,id=disk,format=raw,if=ide,cache=none \
  10. -drive file=/dev/sdb7,cache=none,if=ide \
  11. -usb -usbdevice host:0738:1705 -usbdevice host:04ca:0022 -usbdevice host:1415:2000 -usbdevice host:0b05:17cb -usbdevice host:0a12:0001 -usbdevice host:2833:0021 -usbdevice host:2833:2021 \
  12. -vga none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement