]> Git Repo - qemu.git/commitdiff
usb: tag xhci as hotpluggable
authorGerd Hoffmann <[email protected]>
Fri, 29 Aug 2014 12:06:15 +0000 (14:06 +0200)
committerGerd Hoffmann <[email protected]>
Tue, 23 Sep 2014 10:51:08 +0000 (12:51 +0200)
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/usb/hcd-xhci.c

index 73ced1f5f8309863f36857ba726dd506cc30d4d0..c556367cb1351f56a0b6be044a6df4eb49ffca6a 100644 (file)
@@ -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;
This page took 0.023715 seconds and 4 git commands to generate.