[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 25/30] usb-bot: drop not needed "allow_hotplug =
From: |
Igor Mammedov |
Subject: |
Re: [Qemu-devel] [PATCH 25/30] usb-bot: drop not needed "allow_hotplug = 0" |
Date: |
Thu, 25 Sep 2014 10:12:27 +0200 |
On Thu, 25 Sep 2014 10:01:53 +0200
Gerd Hoffmann <address@hidden> wrote:
> On Mi, 2014-09-24 at 17:21 +0200, Paolo Bonzini wrote:
> > Il 24/09/2014 17:15, Igor Mammedov ha scritto:
> > > But there is room for improvement here,
> > > it it's possible to error out even earlier if usb-bot would be marked
> > > as not hotpluggable device and add to qdev_device_add() check if
> > > device is hotpluggable even before it's created.
> >
> > That would work too. Gerd, what about usb-uas?
>
> 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/
>
> cheers,
> Gerd
>
>
[Qemu-devel] [PATCH 26/30] usb-storage: make its storage SCSI bus hotpluggable explicitly, Igor Mammedov, 2014/09/24
[Qemu-devel] [PATCH 30/30] qdev: HotplugHandler: add support for unplugging BUS-less devices, Igor Mammedov, 2014/09/24