Advertisement
Guest User

Command Line - Without bus=usb-bus.0

a guest
Aug 4th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. qemu-system-x86_64 \
  2. -bios ovmf.fd \
  3. -rtc clock=vm,base=localtime \
  4. -m 3G \
  5. -k en-us \
  6. -cpu Penryn,kvm=off,vendor=GenuineIntel \
  7. -machine q35,accel=kvm,usb=off,vmport=off \
  8. -smp 4,cores=2 \
  9. -device isa-applesmc,osk=$APPLEOSK \
  10. \
  11. -netdev user,id=vnet0 \
  12. -device e1000-82545em,netdev=vnet0,id=vnet0 \
  13. \
  14. -device ide-drive,bus=ide.0,drive=macHDD \
  15. -drive id=macHDD,if=none,cache=none,format=raw,file=x.img \
  16. \
  17. -device qemu-xhci,id=xhci \
  18. -device usb-tablet \
  19. -device usb-kbd \
  20. -device usb-host,vendorid=0x05ac,productid=0x12a8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement