[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-5.2 1/5] hw/usb/hcd-xhci: Make xhci base model abstract
From: |
Gerd Hoffmann |
Subject: |
Re: [PATCH-for-5.2 1/5] hw/usb/hcd-xhci: Make xhci base model abstract |
Date: |
Mon, 9 Nov 2020 12:30:46 +0100 |
> static void test_xhci_hotplug(void)
> {
> - usb_test_hotplug(global_qtest, "xhci", "1", NULL);
> + usb_test_hotplug(global_qtest, "nec-usb-xhci", "1", NULL);
> }
Better use qemu-xhci.
I'm wondering how that worked before ...
take care,
Gerd
[PATCH-for-5.2 2/5] hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI), Philippe Mathieu-Daudé, 2020/11/07
[PATCH-for-6.0 3/5] hw/usb/hcd-xhci: Rename "base-xhci" as TYPE_XHCI_COMMON, Philippe Mathieu-Daudé, 2020/11/07
[PATCH-for-6.0 4/5] hw/usb/hcd-xhci-pci: Use OBJECT_DECLARE_SIMPLE_TYPE() macro, Philippe Mathieu-Daudé, 2020/11/07
[PATCH-for-6.0 5/5] hw/usb/hcd-xhci-pci: Rename "pci-xhci" as TYPE_XHCI_PCI_COMMON, Philippe Mathieu-Daudé, 2020/11/07