From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47594 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pch1d-00058g-Bj for qemu-devel@nongnu.org; Tue, 11 Jan 2011 11:26:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pcgzd-0001w5-L7 for qemu-devel@nongnu.org; Tue, 11 Jan 2011 11:24:46 -0500 Received: from verein.lst.de ([213.95.11.210]:58282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pcgzd-0001u6-9I for qemu-devel@nongnu.org; Tue, 11 Jan 2011 11:22:45 -0500 Date: Tue, 11 Jan 2011 17:22:37 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [Bug 686613] Re: USB MSD are not marked as removable Message-ID: <20110111162237.GA24339@lst.de> References: <20101207152739.2998.55046.malonedeb@soybean.canonical.com> <20110111151546.3775.62947.malone@gandwana.canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110111151546.3775.62947.malone@gandwana.canonical.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi <686613@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On Tue, Jan 11, 2011 at 03:15:46PM -0000, Stefan Hajnoczi wrote: > A sampling of physical USB devices: > 1. Noname 2GB USB stick: RMB=1 > 2. Nexus One USB storage: RMB=1 > 3. LaCie USB harddisk: RMB=0 > > I suspect there's no setting that will satisfy everyone here. It makes > sense for a USB harddisk to set RMB=0 because that allows you to put on > more than one partition under Windows. We can make it a qdev property.