Re: [Qemu-devel] [PATCH 14/14] tests: Add test-image-lock

2016-12-08 Thread Fam Zheng
On Fri, 12/02 17:30, Max Reitz wrote: > > +static struct CompatData { > > +bool write_1; > > +bool share_1; > > +bool write_2; > > +bool share_2; > > +bool compatible; > > +} compat_data[] = { > > +/* Write 1, Share 1, Write 2, Share 2, Compatible. */ > > +{ RO, SH

Re: [Qemu-devel] [PATCH 14/14] tests: Add test-image-lock

2016-12-02 Thread Max Reitz
On 31.10.2016 16:38, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > tests/Makefile.include | 2 + > tests/test-image-lock.c | 179 > > 2 files changed, 181 insertions(+) > create mode 100644 tests/test-image-lock.c > > diff --git a/tests

[Qemu-devel] [PATCH 14/14] tests: Add test-image-lock

2016-10-31 Thread Fam Zheng
Signed-off-by: Fam Zheng --- tests/Makefile.include | 2 + tests/test-image-lock.c | 179 2 files changed, 181 insertions(+) create mode 100644 tests/test-image-lock.c diff --git a/tests/Makefile.include b/tests/Makefile.include index cd058ef.