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 comm
> 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
Cc'ing Thomas who wrote the test.
On 11/9/20 10:51 AM, Gerd Hoffmann wrote:
> On Sat, Nov 07, 2020 at 12:13:03PM +0100, Philippe Mathieu-Daudé wrote:
>> The TYPE_XHCI model is abstract and can not be used as it.
>> It is meant to be overloaded by children classes. Restore
>> it as abstract type.
On Sat, Nov 07, 2020 at 12:13:03PM +0100, Philippe Mathieu-Daudé wrote:
> The TYPE_XHCI model is abstract and can not be used as it.
> It is meant to be overloaded by children classes. Restore
> it as abstract type.
Breaks "make check".
MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 +
v Rezanina
> Subject: [PATCH-for-5.2 1/5] hw/usb/hcd-xhci: Make xhci base model abstract
>
> The TYPE_XHCI model is abstract and can not be used as it.
> It is meant to be overloaded by children classes. Restore it as abstract type.
>
> Fixes: 8ddab8dd3d8 ("usb/hcd-xhci: Split pci
The TYPE_XHCI model is abstract and can not be used as it.
It is meant to be overloaded by children classes. Restore
it as abstract type.
Fixes: 8ddab8dd3d8 ("usb/hcd-xhci: Split pci wrapper for xhci base model")
Reported-by: Miroslav Rezanina
Signed-off-by: Philippe Mathieu-Daudé
---
hw/usb/hc