Re: [PATCH v3 12/26] DAX: virtiofsd: Add setup/remove mappings fuse commands

2021-05-06 Thread Stefan Hajnoczi
On Wed, Apr 28, 2021 at 12:00:46PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Add commands so that the guest kernel can ask the daemon to map file > sections into a guest kernel visible cache. > > Note: Catherine Ho had sent a patch to fix an issue with multi

[PATCH v3 12/26] DAX: virtiofsd: Add setup/remove mappings fuse commands

2021-04-28 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Add commands so that the guest kernel can ask the daemon to map file sections into a guest kernel visible cache. Note: Catherine Ho had sent a patch to fix an issue with multiple removemapping. It was a merge issue though. Signed-off-by: Dr. David Alan Gilbert Si