On Wed, Apr 28, 2021 at 12:00:36PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > virtiofsd incorrectly assumed a fixed set of header layout in the virt > queue; assuming that the fuse and write headers were conveniently > separated from the data; the spec doesn't allow us to take that > convenience, so fix it up to deal with it the hard way. > > Signed-off-by: Dr. David Alan Gilbert > --- > tools/virtiofsd/fuse_virtio.c | 94 +++++++++++++++++++++++++++-------- > 1 file changed, 73 insertions(+), 21 deletions(-) Reviewed-by: Stefan Hajnoczi