From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWYZ4-0005nv-Md for qemu-devel@nongnu.org; Tue, 02 Jan 2018 21:13:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eWYZ1-0003ik-Hy for qemu-devel@nongnu.org; Tue, 02 Jan 2018 21:13:58 -0500 Date: Wed, 3 Jan 2018 10:13:50 +0800 From: Fam Zheng Message-ID: <20180103021350.GB19709@localhost.localdomain> References: <20171218140136.31467-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171218140136.31467-1-famz@redhat.com> Subject: Re: [Qemu-devel] [Qemu-stable] [PATCH] usb-storage: Fix share-rw option parsing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Paolo Bonzini , Gerd Hoffmann , qemu-stable@nongnu.org On Mon, 12/18 22:01, Fam Zheng wrote: > Because usb-storage creates an internal scsi device, we should propagate > options. We already do so for bootindex etc, but failed to take care of > share-rw. Fix it in an apparent way: add a new parameter to > scsi_bus_legacy_add_drive and pass in s->conf.share_rw. > > Cc: qemu-stable@nongnu.org > Signed-off-by: Fam Zheng Ping?