Re: [PATCH 08/13] virtiofsd: Create a notification queue

2021-10-05 Thread Vivek Goyal
On Tue, Oct 05, 2021 at 09:14:14AM +0100, Stefan Hajnoczi wrote: > On Mon, Oct 04, 2021 at 05:01:07PM -0400, Vivek Goyal wrote: > > On Mon, Oct 04, 2021 at 03:30:38PM +0100, Stefan Hajnoczi wrote: > > > On Thu, Sep 30, 2021 at 11:30:32AM -0400, Vivek Goyal wrote: > > > > Add a notification queue wh

Re: [PATCH 08/13] virtiofsd: Create a notification queue

2021-10-05 Thread Stefan Hajnoczi
On Mon, Oct 04, 2021 at 05:01:07PM -0400, Vivek Goyal wrote: > On Mon, Oct 04, 2021 at 03:30:38PM +0100, Stefan Hajnoczi wrote: > > On Thu, Sep 30, 2021 at 11:30:32AM -0400, Vivek Goyal wrote: > > > Add a notification queue which will be used to send async notifications > > > for file lock availabi

Re: [PATCH 08/13] virtiofsd: Create a notification queue

2021-10-04 Thread Vivek Goyal
On Mon, Oct 04, 2021 at 03:30:38PM +0100, Stefan Hajnoczi wrote: > On Thu, Sep 30, 2021 at 11:30:32AM -0400, Vivek Goyal wrote: > > Add a notification queue which will be used to send async notifications > > for file lock availability. > > > > Signed-off-by: Vivek Goyal > > Signed-off-by: Ioannis

Re: [PATCH 08/13] virtiofsd: Create a notification queue

2021-10-04 Thread Stefan Hajnoczi
On Thu, Sep 30, 2021 at 11:30:32AM -0400, Vivek Goyal wrote: > Add a notification queue which will be used to send async notifications > for file lock availability. > > Signed-off-by: Vivek Goyal > Signed-off-by: Ioannis Angelakopoulos > --- > hw/virtio/vhost-user-fs-pci.c | 4 +- > hw/vir

[PATCH 08/13] virtiofsd: Create a notification queue

2021-09-30 Thread Vivek Goyal
Add a notification queue which will be used to send async notifications for file lock availability. Signed-off-by: Vivek Goyal Signed-off-by: Ioannis Angelakopoulos --- hw/virtio/vhost-user-fs-pci.c | 4 +- hw/virtio/vhost-user-fs.c | 62 +-- include/hw/virt