Re: [Qemu-devel] [PATCH v12 16/16] tests: Add test-image-lock
On 23.01.2017 13:30, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > tests/Makefile.include | 2 + > tests/test-image-lock.c | 206 > +++ > tests/test-replication.c | 6 +- > 3 files changed, 211 insertions(+), 3 deletions(-) > create mode
[Qemu-devel] [PATCH v12 16/16] tests: Add test-image-lock
Signed-off-by: Fam Zheng --- tests/Makefile.include | 2 + tests/test-image-lock.c | 206 +++ tests/test-replication.c | 6 +- 3 files changed, 211 insertions(+), 3 deletions(-) create mode 100644 tests/test-image-lock.c diff --git a/tests/Make