diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-08-29 14:06:15 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-09-23 12:51:08 +0200 |
commit | 3533c3d2bfcfe151c48ed73fc49590f303cdb72d (patch) | |
tree | 2375843b8005d39e25234793a961a6bc03dd2ff4 /hw/usb | |
parent | 7334d6507a7578152bb7addcef84e4cf634814a4 (diff) | |
download | qemu-3533c3d2bfcfe151c48ed73fc49590f303cdb72d.tar.gz qemu-3533c3d2bfcfe151c48ed73fc49590f303cdb72d.tar.bz2 qemu-3533c3d2bfcfe151c48ed73fc49590f303cdb72d.zip |
usb: tag xhci as hotpluggable
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb')
-rw-r--r-- | hw/usb/hcd-xhci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 73ced1f5f8..c556367cb1 100644 --- a/hw/usb/hcd-xhci.c +++ b/hw/usb/hcd-xhci.c @@ -3874,7 +3874,6 @@ static void xhci_class_init(ObjectClass *klass, void *data) dc->vmsd = &vmstate_xhci; dc->props = xhci_properties; dc->reset = xhci_reset; - dc->hotpluggable = false; set_bit(DEVICE_CATEGORY_USB, dc->categories); k->init = usb_xhci_initfn; k->exit = usb_xhci_exit; |