ncis
> ; Eduardo Habkost ; Ying
> Fang ; Philippe Mathieu-Daudé
> ; Vikram Garhwal ; Paul Zimmerman
> ; Sai Pavan Boddu ; QEMU
> Developers
> Subject: Re: [PATCH v13 0/4] Add Versal usb model
>
> On Tue, 10 Nov 2020 at 06:48, Sai Pavan Boddu
> wrote:
> >
> > Thi
On Tue, 10 Nov 2020 at 06:48, 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.
This fails "make check":
[...]
MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))}
QTEST_QEMU_IMG=./
ias
> ; Alistair Francis ; Eduardo
> Habkost ; Ying Fang ;
> Philippe Mathieu-Daudé ; Vikram Garhwal
> ; Paul Zimmerman
> Subject: Re: [PATCH v13 0/4] Add Versal usb model
>
> On Mon, 16 Nov 2020 at 08:10, Sai Pavan Boddu wrote:
> >
> > Hi Peter,
> >
>
&g
On Mon, 16 Nov 2020 at 08:10, Sai Pavan Boddu wrote:
>
> Hi Peter,
>
> Does these changes looks good ?
Hi; this is on my to-review queue, but I'm currently
prioritizing work that will go into the 5.2 release.
thanks
-- PMM
ncis ; Eduardo
> Habkost ; Ying Fang ;
> Philippe Mathieu-Daudé ; Vikram Garhwal
> ; Paul Zimmerman ; Sai Pavan Boddu
>
> Cc: QEMU Developers
> Subject: [PATCH v13 0/4] Add Versal usb model
>
> This patch series attempts to make 'hcd-xhci' an independent mode
o Iglesias ;
> Alistair
> Francis ; Eduardo Habkost
> ; Ying Fang ; Vikram
> Garhwal ; Paul Zimmerman ; Sai
> Pavan Boddu
> Cc: QEMU Developers
> Subject: Re: [PATCH v13 0/4] Add Versal usb model
>
> On 11/10/20 7:52 AM, Sai Pavan Boddu wrote:
> > This patch series a
On 11/10/20 7:52 AM, 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.
This part got merged already...
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 Change