RE: [PATCH v4 0/7] Make hcd-xhci independent of pci hooks

2020-09-01 Thread Sai Pavan Boddu
mu-devel@nongnu.org; Alistair Francis > ; Eduardo Habkost ; > Ying Fang ; 'Philippe Mathieu-Daudé' > ; Vikram Garhwal ; Paul > Zimmerman > Subject: Re: [PATCH v4 0/7] Make hcd-xhci independent of pci hooks > > On Sat, Aug 29, 2020 at 12:49:33AM +0530, Sai Pav

Re: [PATCH v4 0/7] Make hcd-xhci independent of pci hooks

2020-08-31 Thread Gerd Hoffmann
On Sat, Aug 29, 2020 at 12:49:33AM +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. Doesn't apply to git master. Seems the series needs a rebase and adaption to the meson build system. take

[PATCH v4 0/7] Make hcd-xhci independent of pci hooks

2020-08-28 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 Changes