# HG changeset patch # User Pascal Bellard # Date 1587915718 0 # Node ID f29529667ea47d0e4a35c6d1d13b465c6309c663 # Parent 9be86beee5ecab80886dd6db619e5586dfefb6e8 qemu: partial cloop v4 support (again) diff -r 9be86beee5ec -r f29529667ea4 qemu/stuff/cloop.u --- a/qemu/stuff/cloop.u Sun Apr 26 15:38:37 2020 +0000 +++ b/qemu/stuff/cloop.u Sun Apr 26 15:41:58 2020 +0000 @@ -1,5 +1,5 @@ ---- source/qemu-2.0.2/block/cloop.c 2014-08-18 18:03:24.000000000 +0200 -+++ cloop.c 2020-04-26 16:58:23.306636715 +0200 +--- block/cloop.c ++++ block/cloop.c @@ -25,33 +25,206 @@ #include "block/block_int.h" #include "qemu/module.h" @@ -384,8 +384,8 @@ return -1; } ---- source/qemu-2.0.2/block/Makefile.objs 2014-08-18 18:03:24.000000000 +0200 -+++ Makefile.objs 2020-04-26 16:32:51.010232389 +0200 +--- block/Makefile.objs ++++ block/Makefile.objs @@ -35,5 +35,5 @@ gluster.o-libs := $(GLUSTERFS_LIBS) ssh.o-cflags := $(LIBSSH2_CFLAGS)