Re: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free

2020-09-10 Thread David Gibson
On Tue, Sep 08, 2020 at 12:34:59PM +0200, Philippe Mathieu-Daudé wrote: > On 9/8/20 12:30 PM, Philippe Mathieu-Daudé wrote: > >>> On 8/28/20 9:19 PM, Sai Pavan Boddu wrote: > This patch starts making the hcd-xhci.c pci free, as part of this > restructuring dma read/writes are handled

Re: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free

2020-09-10 Thread David Gibson
On Tue, Sep 08, 2020 at 12:30:17PM +0200, Philippe Mathieu-Daudé wrote: > >> On 8/28/20 9:19 PM, Sai Pavan Boddu wrote: > >>> This patch starts making the hcd-xhci.c pci free, as part of this > >>> restructuring dma read/writes are handled without passing pci object. > >>> > >>> Signed-off-by: Sai

RE: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free

2020-09-09 Thread Sai Pavan Boddu
uardo Iglesias > ; David Gibson > Cc: qemu-devel@nongnu.org; Alistair Francis ; > Eduardo Habkost ; Ying Fang > ; Vikram Garhwal ; Paul > Zimmerman > Subject: Re: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci > free > > On 9/8/20 1:35 PM, Sai Pavan Boddu wro

Re: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free

2020-09-08 Thread Philippe Mathieu-Daudé
; Paolo Bonzini >> ; Gerd Hoffmann ; Edgar >> Iglesias ; Francisco Eduardo Iglesias >> ; David Gibson >> Cc: qemu-devel@nongnu.org; Alistair Francis ; >> Eduardo Habkost ; Ying Fang >> ; Vikram Garhwal ; Paul >> Zimmerman >> Subject: Re: [PATCH v4 1/

RE: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free

2020-09-08 Thread Sai Pavan Boddu
uardo Iglesias > ; David Gibson > Cc: qemu-devel@nongnu.org; Alistair Francis ; > Eduardo Habkost ; Ying Fang > ; Vikram Garhwal ; Paul > Zimmerman > Subject: Re: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci > free > > On 9/8/20 12:30 PM, Philippe Mathieu-Dau

Re: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free

2020-09-08 Thread Philippe Mathieu-Daudé
On 9/8/20 12:30 PM, Philippe Mathieu-Daudé wrote: >>> On 8/28/20 9:19 PM, Sai Pavan Boddu wrote: This patch starts making the hcd-xhci.c pci free, as part of this restructuring dma read/writes are handled without passing pci object. Signed-off-by: Sai Pavan Boddu ---

Re: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free

2020-09-08 Thread Philippe Mathieu-Daudé
>> On 8/28/20 9:19 PM, Sai Pavan Boddu wrote: >>> This patch starts making the hcd-xhci.c pci free, as part of this >>> restructuring dma read/writes are handled without passing pci object. >>> >>> Signed-off-by: Sai Pavan Boddu >>> --- >>> hw/usb/hcd-xhci.c | 24 +++-

RE: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free

2020-09-08 Thread Sai Pavan Boddu
o Iglesias > > Cc: qemu-devel@nongnu.org; Alistair Francis ; > Eduardo Habkost ; Ying Fang > ; Vikram Garhwal ; Paul > Zimmerman > Subject: Re: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci > free > > On 8/28/20 9:19 PM, Sai Pavan Boddu wrote: > >

Re: [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free

2020-09-01 Thread Philippe Mathieu-Daudé
On 8/28/20 9:19 PM, Sai Pavan Boddu wrote: > This patch starts making the hcd-xhci.c pci free, as part of this > restructuring dma read/writes are handled without passing pci object. > > Signed-off-by: Sai Pavan Boddu > --- > hw/usb/hcd-xhci.c | 24 +++- > hw/usb/hcd-xhci.h

[PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free

2020-08-28 Thread Sai Pavan Boddu
This patch starts making the hcd-xhci.c pci free, as part of this restructuring dma read/writes are handled without passing pci object. Signed-off-by: Sai Pavan Boddu --- hw/usb/hcd-xhci.c | 24 +++- hw/usb/hcd-xhci.h | 3 +++ 2 files changed, 14 insertions(+), 13