Re: [Qemu-devel] [PATCH v11 00/16] block: Image locking series

2017-01-20 Thread Fam Zheng
On Fri, 01/20 06:59, no-re...@patchew.org wrote: > Hi, > ERROR:/tmp/qemu-test/src/tests/test-image-lock.c:109:do_test_compat_one: > 'blk2' should not be NULL Failed because centos 6 doesn't support F_OFD_SETLK. Will respin to ignore locking in this case.

Re: [Qemu-devel] [PATCH v11 00/16] block: Image locking series

2017-01-20 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH v11 00/16] block: Image locking series Message-id: 20170120072310.8009-1-f...@redhat.com Type

[Qemu-devel] [PATCH v11 00/16] block: Image locking series

2017-01-19 Thread Fam Zheng
v11: Move lock bytes from 1-2 to 0x10-0x12. [Daniel] v10: While we still don't have comprehensive propagation mechanism that will be provided by new op blocker system for "permissive modes", the locking enabled by default is regardlessly useful and long overdue. So I think we should merge this for