On 11/9/20 12:30 PM, Gerd Hoffmann wrote: >> 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 ...
Per commit b3937683147 ("tests: usb: Generic usb device hotplug") this is the name of the bus, so "xhci" is correct, my patch isn't. > > take care, > Gerd >