wok-6.x rev 23682
qemu: partial cloop v4 support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 26 15:41:58 2020 +0000 (2020-04-26) |
parents | 9be86beee5ec |
children | f4cce61747a2 |
files | qemu/stuff/cloop.u |
line diff
1.1 --- a/qemu/stuff/cloop.u Sun Apr 26 15:38:37 2020 +0000 1.2 +++ b/qemu/stuff/cloop.u Sun Apr 26 15:41:58 2020 +0000 1.3 @@ -1,5 +1,5 @@ 1.4 ---- source/qemu-2.0.2/block/cloop.c 2014-08-18 18:03:24.000000000 +0200 1.5 -+++ cloop.c 2020-04-26 16:58:23.306636715 +0200 1.6 +--- block/cloop.c 1.7 ++++ block/cloop.c 1.8 @@ -25,33 +25,206 @@ 1.9 #include "block/block_int.h" 1.10 #include "qemu/module.h" 1.11 @@ -384,8 +384,8 @@ 1.12 return -1; 1.13 } 1.14 1.15 ---- source/qemu-2.0.2/block/Makefile.objs 2014-08-18 18:03:24.000000000 +0200 1.16 -+++ Makefile.objs 2020-04-26 16:32:51.010232389 +0200 1.17 +--- block/Makefile.objs 1.18 ++++ block/Makefile.objs 1.19 @@ -35,5 +35,5 @@ 1.20 gluster.o-libs := $(GLUSTERFS_LIBS) 1.21 ssh.o-cflags := $(LIBSSH2_CFLAGS)