Re: [PATCH 022/104] virtiofsd: Start reading commands from queue

2020-01-03 Thread Daniel P . Berrangé
On Thu, Dec 12, 2019 at 04:37:42PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Pop queue elements off queues, copy the data from them and > pass that to fuse. > > Note: 'out' in a VuVirtqElement is from QEMU > 'in' in libfuse is into the daemon > >

[PATCH 022/104] virtiofsd: Start reading commands from queue

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Pop queue elements off queues, copy the data from them and pass that to fuse. Note: 'out' in a VuVirtqElement is from QEMU 'in' in libfuse is into the daemon So we read from the out iov's to get a fuse_in_header When we get a kick we've got to read al