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

2020-09-16 Thread Sai Pavan Boddu
reau' > ; Paolo Bonzini ; > Edgar Iglesias ; Francisco Eduardo Iglesias > ; qemu-devel@nongnu.org; Alistair Francis > ; Eduardo Habkost ; > Ying Fang ; 'Philippe Mathieu-Daudé' > ; Vikram Garhwal ; Paul > Zimmerman > Subject: Re: [PATCH v5 0/7] Make hcd-xhci in

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

2020-09-15 Thread Gerd Hoffmann
On Thu, Sep 10, 2020 at 12:01:02PM +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. Fails to apply again. I guess this time the typedef / qom changes (I've just rebased my microvm series be

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

2020-09-09 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