From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX9lL-0002iE-KZ for qemu-devel@nongnu.org; Thu, 25 Sep 2014 10:11:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XX9lF-00082U-G6 for qemu-devel@nongnu.org; Thu, 25 Sep 2014 10:11:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX9lF-00081u-8T for qemu-devel@nongnu.org; Thu, 25 Sep 2014 10:11:09 -0400 Message-ID: <1411654251.7154.12.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 25 Sep 2014 16:10:51 +0200 In-Reply-To: <20140925101227.001d70f3@nial.usersys.redhat.com> References: <1411559299-19042-1-git-send-email-imammedo@redhat.com> <1411559299-19042-26-git-send-email-imammedo@redhat.com> <5422B89B.7070805@redhat.com> <20140924171504.7d1e27f9@nial.usersys.redhat.com> <5422E160.6010500@redhat.com> <1411632113.7154.6.camel@nilsson.home.kraxel.org> <20140925101227.001d70f3@nial.usersys.redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 25/30] usb-bot: drop not needed "allow_hotplug = 0" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: dmitry@daynix.com, mst@redhat.com, agraf@suse.de, qemu-devel@nongnu.org, cornelia.huck@de.ibm.com, amit.shah@redhat.com, Paolo Bonzini , borntraeger@de.ibm.com, rth@twiddle.net On Do, 2014-09-25 at 10:12 +0200, Igor Mammedov wrote: > > Basically the same camp as usb-bot. UAS doesn't suffer the LUN > > numeration issue which BOT has, but there likewise is no signaling about > > scsi devices coming and going. > Thet's why a excluded UAS from this series, > Do I need to make it hotpluggable (like SCSI HBAs without hotplug > signalling)? /i.e./ it would be possible to hotplug it but guest > won't notice the new drive on UAS until reboot/ Yes, in that regard uas is more simliar to lsi than to bot. Hotplug works, but needs manual rescan / driver reload / reboot to make the guest see the device. cheers, Gerd