Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-05-07 Thread Mattias Nissler
On Tue, May 7, 2024 at 2:52 PM Philippe Mathieu-Daudé wrote: > > On 7/5/24 11:43, Mattias Nissler wrote: > > > > > > On Mon, May 6, 2024 at 11:07 PM Mattias Nissler > > wrote: > > > > > > > > On Mon, May 6, 2024 at 4:44 PM Peter Xu >

Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-05-07 Thread Philippe Mathieu-Daudé
On 7/5/24 11:43, Mattias Nissler wrote: On Mon, May 6, 2024 at 11:07 PM Mattias Nissler > wrote: On Mon, May 6, 2024 at 4:44 PM Peter Xu mailto:pet...@redhat.com>> wrote: On Thu, Mar 28, 2024 at 08:53:36AM +0100, Mattias Nissler wrote: >

Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-05-07 Thread Mattias Nissler
On Mon, May 6, 2024 at 11:07 PM Mattias Nissler wrote: > > > On Mon, May 6, 2024 at 4:44 PM Peter Xu wrote: > >> On Thu, Mar 28, 2024 at 08:53:36AM +0100, Mattias Nissler wrote: >> > Stefan, to the best of my knowledge this is fully reviewed and ready >> > to go in - can you kindly pick it up

Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-05-06 Thread Mattias Nissler
On Mon, May 6, 2024 at 4:44 PM Peter Xu wrote: > On Thu, Mar 28, 2024 at 08:53:36AM +0100, Mattias Nissler wrote: > > Stefan, to the best of my knowledge this is fully reviewed and ready > > to go in - can you kindly pick it up or advise in case there's > > something I missed? Thanks! > > Fails

Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-05-06 Thread Mattias Nissler
On Mon, May 6, 2024 at 5:01 PM Stefan Hajnoczi wrote: > On Thu, 28 Mar 2024 at 03:54, Mattias Nissler > wrote: > > > > Stefan, to the best of my knowledge this is fully reviewed and ready > > to go in - can you kindly pick it up or advise in case there's > > something I missed? Thanks! > > This

Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-05-06 Thread Stefan Hajnoczi
On Thu, 28 Mar 2024 at 03:54, Mattias Nissler wrote: > > Stefan, to the best of my knowledge this is fully reviewed and ready > to go in - can you kindly pick it up or advise in case there's > something I missed? Thanks! This code is outside the areas that I maintain. I think it would make sense

Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-05-06 Thread Peter Xu
On Thu, Mar 28, 2024 at 08:53:36AM +0100, Mattias Nissler wrote: > Stefan, to the best of my knowledge this is fully reviewed and ready > to go in - can you kindly pick it up or advise in case there's > something I missed? Thanks! Fails cross-compile on mipsel:

Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-03-28 Thread Mattias Nissler
Stefan, to the best of my knowledge this is fully reviewed and ready to go in - can you kindly pick it up or advise in case there's something I missed? Thanks! On Mon, Mar 4, 2024 at 11:25 AM Peter Xu wrote: > > On Mon, Mar 04, 2024 at 02:05:49AM -0800, Mattias Nissler wrote: > > This series

Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-03-04 Thread Peter Xu
On Mon, Mar 04, 2024 at 02:05:49AM -0800, Mattias Nissler wrote: > This series adds basic support for message-based DMA in qemu's vfio-user > server. This is useful for cases where the client does not provide file > descriptors for accessing system memory via memory mappings. My motivating use >

[PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-03-04 Thread Mattias Nissler
This series adds basic support for message-based DMA in qemu's vfio-user server. This is useful for cases where the client does not provide file descriptors for accessing system memory via memory mappings. My motivating use case is to hook up device models as PCIe endpoints to a hardware design.