Re: [PATCH RFC server 05/11] vfio-user: run vfio-user context

2021-08-16 Thread Jag Raman
> On Aug 16, 2021, at 8:52 AM, John Levon wrote: > > On Fri, Aug 13, 2021 at 02:51:53PM +, Jag Raman wrote: > >> Thanks for the information about the Blocking and Non-Blocking mode. >> >> I’d like to explain why we are using a separate thread presently and >> check with you if it’s possib

Re: [PATCH RFC server 05/11] vfio-user: run vfio-user context

2021-08-16 Thread John Levon
On Fri, Aug 13, 2021 at 02:51:53PM +, Jag Raman wrote: > Thanks for the information about the Blocking and Non-Blocking mode. > > I’d like to explain why we are using a separate thread presently and > check with you if it’s possible to poll on multiple vfu contexts at the > same time (similar

Re: [PATCH RFC server 05/11] vfio-user: run vfio-user context

2021-08-13 Thread Jag Raman
ts...@oracle.com; John Levon ; >> john.g.john...@oracle.com; Thanos Makatos >> ; Swapnil Ingle >> ; jag.ra...@oracle.com >> Subject: [PATCH RFC server 05/11] vfio-user: run vfio-user context >> >> Setup a separate thread to run the vfio-user context. The thread acts a

RE: [PATCH RFC server 05/11] vfio-user: run vfio-user context

2021-07-20 Thread Thanos Makatos
> ; jag.ra...@oracle.com > Subject: [PATCH RFC server 05/11] vfio-user: run vfio-user context > > Setup a separate thread to run the vfio-user context. The thread acts as > the main loop for the device. In your "vfio-user: instantiate vfio-user context" patch you create the

[PATCH RFC server 05/11] vfio-user: run vfio-user context

2021-07-19 Thread Jagannathan Raman
Setup a separate thread to run the vfio-user context. The thread acts as the main loop for the device. Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- hw/remote/vfio-user-obj.c | 44 1 file changed,