From: Gerd Hoffmann Date: Fri, 29 Aug 2014 12:06:15 +0000 (+0200) Subject: usb: tag xhci as hotpluggable X-Git-Tag: v2.2.0-rc0~100^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3533c3d2bfcfe151c48ed73fc49590f303cdb72d;p=thirdparty%2Fqemu.git usb: tag xhci as hotpluggable Signed-off-by: Gerd Hoffmann --- diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 73ced1f5f83..c556367cb13 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;