Re: [PATCH 4/7] copy-on-read: Support refreshing filename

2020-04-21 Thread Vladimir Sementsov-Ogievskiy
Some information about why we need it would be nice. Still I see same function in commit.c, so most probably it's OK. 20.04.2020 21:36, Andrey Shinkevich wrote: Signed-off-by: Andrey Shinkevich --- block/copy-on-read.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/block/copy-o

[PATCH 4/7] copy-on-read: Support refreshing filename

2020-04-20 Thread Andrey Shinkevich
Signed-off-by: Andrey Shinkevich --- block/copy-on-read.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/block/copy-on-read.c b/block/copy-on-read.c index ad6577d..e45eab9 100644 --- a/block/copy-on-read.c +++ b/block/copy-on-read.c @@ -21,6 +21,7 @@ */ #include "qemu/osdep.h" +#