Re: [PATCH v8 10/17] vfio-user: run vfio-user context

2022-04-22 Thread Jag Raman
> On Apr 22, 2022, at 1:14 AM, Markus Armbruster wrote: > > Jag Raman writes: > >>> On Apr 21, 2022, at 10:59 AM, Markus Armbruster wrote: >>> >>> Jagannathan Raman writes: >>> Setup a handler to run vfio-user context. The context is driven by messages to the file descriptor

Re: [PATCH v8 10/17] vfio-user: run vfio-user context

2022-04-21 Thread Markus Armbruster
Jag Raman writes: >> On Apr 21, 2022, at 10:59 AM, Markus Armbruster wrote: >> >> Jagannathan Raman writes: >> >>> Setup a handler to run vfio-user context. The context is driven by >>> messages to the file descriptor associated with it - get the fd for >>> the context and hook up the

Re: [PATCH v8 10/17] vfio-user: run vfio-user context

2022-04-21 Thread Jag Raman
> On Apr 21, 2022, at 10:59 AM, Markus Armbruster wrote: > > Jagannathan Raman writes: > >> Setup a handler to run vfio-user context. The context is driven by >> messages to the file descriptor associated with it - get the fd for >> the context and hook up the handler with it >> >>

Re: [PATCH v8 10/17] vfio-user: run vfio-user context

2022-04-21 Thread Markus Armbruster
Jagannathan Raman writes: > Setup a handler to run vfio-user context. The context is driven by > messages to the file descriptor associated with it - get the fd for > the context and hook up the handler with it > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by:

[PATCH v8 10/17] vfio-user: run vfio-user context

2022-04-19 Thread Jagannathan Raman
Setup a handler to run vfio-user context. The context is driven by messages to the file descriptor associated with it - get the fd for the context and hook up the handler with it Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman Reviewed-by: Stefan