Re: [PATCH 25/26] hw/usb/usb-hcd: Use XHCI type definitions

2020-07-04 Thread Philippe Mathieu-Daudé
On 7/4/20 7:19 PM, BALATON Zoltan wrote: > On Sat, 4 Jul 2020, Philippe Mathieu-Daudé wrote: >> Various machine/board/soc models create XHCI device instances >> with the generic QDEV API, and don't need to access USB internals. >> >> Simplify header inclusions by moving the QOM type names into a

Re: [PATCH 25/26] hw/usb/usb-hcd: Use XHCI type definitions

2020-07-04 Thread BALATON Zoltan
On Sat, 4 Jul 2020, Philippe Mathieu-Daudé wrote: Various machine/board/soc models create XHCI device instances with the generic QDEV API, and don't need to access USB internals. Simplify header inclusions by moving the QOM type names into a simple header, with no need to include other "hw/usb"

[PATCH 25/26] hw/usb/usb-hcd: Use XHCI type definitions

2020-07-04 Thread Philippe Mathieu-Daudé
Various machine/board/soc models create XHCI device instances with the generic QDEV API, and don't need to access USB internals. Simplify header inclusions by moving the QOM type names into a simple header, with no need to include other "hw/usb" headers. Suggested-by: BALATON Zoltan