qemu/docs/ich9-ehci-uhci.cfg
<<
>>
Prefs
   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
  13[device "ehci"]
  14  driver = "ich9-usb-ehci1"
  15  addr = "1d.7"
  16  multifunction = "on"
  17
  18[device "uhci-1"]
  19  driver = "ich9-usb-uhci1"
  20  addr = "1d.0"
  21  multifunction = "on"
  22  masterbus = "ehci.0"
  23  firstport = "0"
  24
  25[device "uhci-2"]
  26  driver = "ich9-usb-uhci2"
  27  addr = "1d.1"
  28  multifunction = "on"
  29  masterbus = "ehci.0"
  30  firstport = "2"
  31
  32[device "uhci-3"]
  33  driver = "ich9-usb-uhci3"
  34  addr = "1d.2"
  35  multifunction = "on"
  36  masterbus = "ehci.0"
  37  firstport = "4"
  38