ich9-ehci-uhci.cfg 828 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ###########################################################################
  2. #
  3. # You can pass this file directly to qemu using the -readconfig
  4. # command line switch.
  5. #
  6. # This config file creates a EHCI adapter with companion UHCI
  7. # controllers as multifunction device in PCI slot "1d".
  8. #
  9. # Specify "bus=ehci.0" when creating usb devices to hook them up
  10. # there.
  11. #
  12. [device "ehci"]
  13. driver = "ich9-usb-ehci1"
  14. addr = "1d.7"
  15. multifunction = "on"
  16. [device "uhci-1"]
  17. driver = "ich9-usb-uhci1"
  18. addr = "1d.0"
  19. multifunction = "on"
  20. masterbus = "ehci.0"
  21. firstport = "0"
  22. [device "uhci-2"]
  23. driver = "ich9-usb-uhci2"
  24. addr = "1d.1"
  25. multifunction = "on"
  26. masterbus = "ehci.0"
  27. firstport = "2"
  28. [device "uhci-3"]
  29. driver = "ich9-usb-uhci3"
  30. addr = "1d.2"
  31. multifunction = "on"
  32. masterbus = "ehci.0"
  33. firstport = "4"