projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7334d65
)
usb: tag xhci as hotpluggable
author
Gerd Hoffmann
<kraxel@redhat.com>
Fri, 29 Aug 2014 12:06:15 +0000
(14:06 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 23 Sep 2014 10:51:08 +0000
(12:51 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c
patch
|
blob
|
history
diff --git
a/hw/usb/hcd-xhci.c
b/hw/usb/hcd-xhci.c
index 73ced1f5f8309863f36857ba726dd506cc30d4d0..c556367cb1351f56a0b6be044a6df4eb49ffca6a 100644
(file)
--- 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;