forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Currently the hcd-xhci-pci and hcd-xhci-sysbus devices, which are mostly wrappers around the TYPE_XHCI device, which is a direct subclass of TYPE_DEVICE. Since TYPE_DEVICE devices are not on any qbus and do not get automatically reset, the wrapper devices both reset the TYPE_XHCI device in their own reset functions. However, they do this using device_legacy_reset(), which will reset the device itself but not any bus it has. Switch to device_cold_reset(), which avoids using a deprecated function and also propagates reset along any child buses. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20221014145423.2102706-1-peter.maydell@linaro.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> |
3 years ago | |
|---|---|---|
| .. | ||
| Kconfig | 4 years ago | |
| bus.c | 4 years ago | |
| canokey.c | 4 years ago | |
| canokey.h | 4 years ago | |
| ccid-card-emulated.c | 3 years ago | |
| ccid-card-passthru.c | 4 years ago | |
| ccid.h | 5 years ago | |
| chipidea.c | 5 years ago | |
| combined-packet.c | 5 years ago | |
| core.c | 5 years ago | |
| desc-msos.c | 4 years ago | |
| desc.c | 4 years ago | |
| desc.h | 4 years ago | |
| dev-audio.c | 4 years ago | |
| dev-hid.c | 4 years ago | |
| dev-hub.c | 3 years ago | |
| dev-mtp.c | 3 years ago | |
| dev-network.c | 3 years ago | |
| dev-serial.c | 5 years ago | |
| dev-smartcard-reader.c | 4 years ago | |
| dev-storage-bot.c | 4 years ago | |
| dev-storage-classic.c | 4 years ago | |
| dev-storage.c | 3 years ago | |
| dev-uas.c | 3 years ago | |
| dev-wacom.c | 3 years ago | |
| hcd-dwc2.c | 4 years ago | |
| hcd-dwc2.h | 4 years ago | |
| hcd-dwc3.c | 5 years ago | |
| hcd-ehci-pci.c | 6 years ago | |
| hcd-ehci-sysbus.c | 5 years ago | |
| hcd-ehci.c | 4 years ago | |
| hcd-ehci.h | 5 years ago | |
| hcd-musb.c | 3 years ago | |
| hcd-ohci-pci.c | 5 years ago | |
| hcd-ohci.c | 3 years ago | |
| hcd-ohci.h | 5 years ago | |
| hcd-uhci.c | 4 years ago | |
| hcd-uhci.h | 4 years ago | |
| hcd-xhci-nec.c | 5 years ago | |
| hcd-xhci-pci.c | 3 years ago | |
| hcd-xhci-pci.h | 5 years ago | |
| hcd-xhci-sysbus.c | 3 years ago | |
| hcd-xhci-sysbus.h | 5 years ago | |
| hcd-xhci.c | 3 years ago | |
| hcd-xhci.h | 5 years ago | |
| host-libusb.c | 3 years ago | |
| host.h | 13 years ago | |
| imx-usb-phy.c | 5 years ago | |
| libhw.c | 4 years ago | |
| meson.build | 4 years ago | |
| pcap.c | 5 years ago | |
| quirks-ftdi-ids.h | 4 years ago | |
| quirks-pl2303-ids.h | 3 years ago | |
| quirks.c | 6 years ago | |
| quirks.h | 5 years ago | |
| redirect.c | 3 years ago | |
| trace-events | 3 years ago | |
| trace.h | 5 years ago | |
| tusb6010.c | 5 years ago | |
| u2f-emulated.c | 4 years ago | |
| u2f-passthru.c | 5 years ago | |
| u2f.c | 5 years ago | |
| u2f.h | 3 years ago | |
| vt82c686-uhci-pci.c | 3 years ago | |
| xen-usb.c | 5 years ago | |
| xlnx-usb-subsystem.c | 5 years ago | |
| xlnx-versal-usb2-ctrl-regs.c | 5 years ago | |