On Tue, Feb 09, 2021 at 07:02:12PM +0000, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Wire up passthrough_ll's setupmapping to allocate, send to virtio > and then reply OK. > > Guest might not pass file pointer. In that case using inode info, open > the file again, mmap() and close fd. > > Signed-off-by: Dr. David Alan Gilbert > Signed-off-by: Vivek Goyal > With fix from: > Signed-off-by: Fotis Xenakis > --- > tools/virtiofsd/fuse_lowlevel.c | 13 ++++++-- > tools/virtiofsd/passthrough_ll.c | 52 ++++++++++++++++++++++++++++++-- > 2 files changed, 61 insertions(+), 4 deletions(-) Reviewed-by: Stefan Hajnoczi