From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSCXT-0007lt-QE for qemu-devel@nongnu.org; Thu, 21 Dec 2017 20:54:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSCXP-0007eQ-R4 for qemu-devel@nongnu.org; Thu, 21 Dec 2017 20:54:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34548) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eSCXP-0007e2-KU for qemu-devel@nongnu.org; Thu, 21 Dec 2017 20:54:15 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 85787821C7 for ; Fri, 22 Dec 2017 01:54:14 +0000 (UTC) Date: Fri, 22 Dec 2017 09:54:12 +0800 From: Fam Zheng Message-ID: <20171222015412.GC7652@lemon> References: <20171205151553.7834-1-famz@redhat.com> <20171220095104.GB10812@lemon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] scsi-generic: Add share-rw option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Wed, 12/20 11:06, Paolo Bonzini wrote: > On 20/12/2017 10:51, Fam Zheng wrote: > > On Tue, 12/05 23:15, Fam Zheng wrote: > >> Add the property to the device model, then parse it by calling > >> blkconf_apply_backend_options(). > >> > >> In addition to blk_set_perm(), the called function also handles error > >> options and wce. For error options we've already checked that the > >> default values are used, for wce we don't have the option either so it > >> is always the default (true). In other words there is no change of > >> behavior in these regards. > >> > >> Signed-off-by: Fam Zheng > > > > Ping? :) > > Already queued. > But I think it was not in yesterday's PULL? Fam