usb: tag standalone uhci as hotpluggable
commit638ca939d80886545b1b279be240e511da16584f
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 29 Aug 2014 12:13:11 +0000 (29 14:13 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 23 Sep 2014 10:51:08 +0000 (23 12:51 +0200)
treedc868220ce2a1e20c689ee1e732006fcf0291d1d
parent3533c3d2bfcfe151c48ed73fc49590f303cdb72d
usb: tag standalone uhci as hotpluggable

uhci hostadapters in companion setups can't be hotplugged.  So leave
hotplug disabled for all ich9 variants (which are already tagged with
unplug = true in the info struct).  For the other variants we'll enable
hotplug and remove the companion setup properties.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-uhci.c