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

2022-05-07 Thread Jag Raman
> On May 6, 2022, at 1:44 AM, Markus Armbruster wrote: > > Jag Raman writes: > >>> On May 5, 2022, at 10:42 AM, Markus Armbruster wrote: >>> >>> Jag Raman writes: >>> > On May 5, 2022, at 3:44 AM, Markus Armbruster wrote: > > Jag Raman writes: > >>> On May 4, 2022,

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

2022-05-05 Thread Markus Armbruster
Jag Raman writes: >> On May 5, 2022, at 10:42 AM, Markus Armbruster wrote: >> >> Jag Raman writes: >> On May 5, 2022, at 3:44 AM, Markus Armbruster wrote: Jag Raman writes: >> On May 4, 2022, at 7:42 AM, Markus Armbruster wrote: >> >> Jagannathan Raman w

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

2022-05-05 Thread Jag Raman
> On May 5, 2022, at 10:42 AM, Markus Armbruster wrote: > > Jag Raman writes: > >>> On May 5, 2022, at 3:44 AM, Markus Armbruster wrote: >>> >>> Jag Raman writes: >>> > On May 4, 2022, at 7:42 AM, Markus Armbruster wrote: > > Jagannathan Raman writes: > >> Setup a

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

2022-05-05 Thread Markus Armbruster
Jag Raman writes: >> On May 5, 2022, at 3:44 AM, Markus Armbruster wrote: >> >> Jag Raman writes: >> On May 4, 2022, at 7:42 AM, Markus Armbruster wrote: Jagannathan Raman writes: > Setup a handler to run vfio-user context. The context is driven by > messages t

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

2022-05-05 Thread Jag Raman
> On May 5, 2022, at 3:44 AM, Markus Armbruster wrote: > > Jag Raman writes: > >>> On May 4, 2022, at 7:42 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 associ

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

2022-05-05 Thread Markus Armbruster
Jag Raman writes: >> On May 4, 2022, at 7:42 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 w

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

2022-05-04 Thread Jag Raman
> On May 4, 2022, at 7:42 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 >> >> Signed-off-

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

2022-05-04 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 v9 10/17] vfio-user: run vfio-user context

2022-05-03 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 Ha