Re: [PATCH 08/24] DAX: virtio-fs: Fill in slave commands for mapping

2021-02-18 Thread Dr. David Alan Gilbert
* Stefan Hajnoczi (stefa...@redhat.com) wrote: > On Tue, Feb 09, 2021 at 07:02:08PM +, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Fill in definitions for map, unmap and sync commands. > > > > Signed-off-by: Dr. David Alan Gilbert > > with fix by misono.to

Re: [PATCH 08/24] DAX: virtio-fs: Fill in slave commands for mapping

2021-02-11 Thread Stefan Hajnoczi
On Tue, Feb 09, 2021 at 07:02:08PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Fill in definitions for map, unmap and sync commands. > > Signed-off-by: Dr. David Alan Gilbert > with fix by misono.tomoh...@fujitsu.com > --- > hw/virtio/vhost-user-fs.c | 115 +

[PATCH 08/24] DAX: virtio-fs: Fill in slave commands for mapping

2021-02-09 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Fill in definitions for map, unmap and sync commands. Signed-off-by: Dr. David Alan Gilbert with fix by misono.tomoh...@fujitsu.com --- hw/virtio/vhost-user-fs.c | 115 -- 1 file changed, 111 insertions(+), 4 deletions(-) diff