Re: [PATCH v12 0/3] Add Versal usb model

2020-10-23 Thread Edgar E. Iglesias
On Thu, Oct 22, 2020 at 05:47:33PM +0530, Sai Pavan Boddu wrote: > This patch series attempts to make 'hcd-xhci' an independent model so it can > be used by both pci and system-bus interface. On the series: Reviewed-by: Edgar E. Iglesias > > Changes for V2: > Make XHCIState non-qom >

[PATCH v12 0/3] Add Versal usb model

2020-10-22 Thread Sai Pavan Boddu
This patch series attempts to make 'hcd-xhci' an independent model so it can be used by both pci and system-bus interface. Changes for V2: Make XHCIState non-qom Use container_of functions for retriving pci device instance Initialize the AddressSpace pointer in PATCH 1/3 itself