Re: [Virtio-fs] [PATCH 09/13] virtiofsd: Specify size of notification buffer using config space

2021-10-06 Thread Christophe de Dinechin
On 2021-09-30 at 11:30 -04, Vivek Goyal wrote... > Daemon specifies size of notification buffer needed and that should be > done using config space. > > Only ->notify_buf_size value of config space comes from daemon. Rest of > it is filled by qemu device emulation code. > > Signed-off-by: Vivek

Re: [PATCH 09/13] virtiofsd: Specify size of notification buffer using config space

2021-10-04 Thread Vivek Goyal
On Mon, Oct 04, 2021 at 03:33:47PM +0100, Stefan Hajnoczi wrote: > On Thu, Sep 30, 2021 at 11:30:33AM -0400, Vivek Goyal wrote: > > Daemon specifies size of notification buffer needed and that should be > > done using config space. > > > > Only ->notify_buf_size value of config space comes from da

Re: [PATCH 09/13] virtiofsd: Specify size of notification buffer using config space

2021-10-04 Thread Stefan Hajnoczi
On Thu, Sep 30, 2021 at 11:30:33AM -0400, Vivek Goyal wrote: > Daemon specifies size of notification buffer needed and that should be > done using config space. > > Only ->notify_buf_size value of config space comes from daemon. Rest of > it is filled by qemu device emulation code. > > Signed-off

[PATCH 09/13] virtiofsd: Specify size of notification buffer using config space

2021-09-30 Thread Vivek Goyal
Daemon specifies size of notification buffer needed and that should be done using config space. Only ->notify_buf_size value of config space comes from daemon. Rest of it is filled by qemu device emulation code. Signed-off-by: Vivek Goyal Signed-off-by: Ioannis Angelakopoulos --- hw/virtio/vho