From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bze7s-0006Tr-0o for qemu-devel@nongnu.org; Thu, 27 Oct 2016 02:25:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bze7r-00009f-Di for qemu-devel@nongnu.org; Thu, 27 Oct 2016 02:25:20 -0400 Date: Thu, 27 Oct 2016 14:25:08 +0800 From: Fam Zheng Message-ID: <20161027062508.GE23902@lemon> References: <1475237406-26917-1-git-send-email-famz@redhat.com> <20161024101111.GB4374@noname.redhat.com> <20161025082435.GA4695@noname.str.redhat.com> <527aa7ab-3e62-90d9-3551-22036e2ce7fe@redhat.com> <20161025145739.GL4695@noname.str.redhat.com> <20161026110128.GF14605@lemon> <3144559c-6f10-317b-072e-fa4a40ef18d7@redhat.com> <20161026153357.GX4758@noname.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161026153357.GX4758@noname.str.redhat.com> Subject: Re: [Qemu-devel] [PATCH v8 00/36] block: Image locking series List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Max Reitz , qemu-block@nongnu.org, Markus Armbruster , Jeff Cody , qemu-devel@nongnu.org, rjones@redhat.com, pbonzini@redhat.com, stefanha@redhat.com, den@openvz.org, John Snow On Wed, 10/26 17:33, Kevin Wolf wrote: > > As we concluded above, this is really a matrix a two bools rather than a > single property. We need a new option for "I can't allow other processes > to write to the image", but we don't need one for "I am writing to the > image" because that's the read-only property that we already have. Sounds good! Thanks. Fam