Re: [PATCH 10/10] usb: remove duplicate file in system_ss

2024-02-23 Thread Philippe Mathieu-Daudé
On 23/2/24 13:44, Paolo Bonzini wrote: Because USB_EHCI_SYSBUS selects USB_EHCI, there is no need to include hcd-ehci.c explicitly. Signed-off-by: Paolo Bonzini --- hw/usb/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 10/10] usb: remove duplicate file in system_ss

2024-02-23 Thread Paolo Bonzini
Because USB_EHCI_SYSBUS selects USB_EHCI, there is no need to include hcd-ehci.c explicitly. Signed-off-by: Paolo Bonzini --- hw/usb/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/usb/meson.build b/hw/usb/meson.build index 94f0e3b034d..aac3bb35f27 100644 --- a