Re: [PATCH] block/vvfat: Fix ro shared folder

2021-09-02 Thread Guillaume Roche
Hi Philippe, Le mar. 31 août 2021 à 18:06, Philippe Mathieu-Daudé a écrit : > > Hi Guillaume, > > On 8/31/21 4:17 PM, Guillaume Roche wrote: > > QEMU exits in error when passing a vfat shared folder in read-only mode. > > > > To fix this issue, this patch removes

[PATCH] block/vvfat: Fix ro shared folder

2021-08-31 Thread Guillaume Roche
-by: Guillaume Roche --- This is an attempt to fix this behavior, but it feels a bit hacky to me since this patch checks for the vvfat format in a generic function. However, I'd be glad to have some advice to make it better. Anyway, I ran the block tests to ensure this does not introduce any regression