Re: [Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API

2014-10-14 Thread Igor Mammedov
On Mon, 13 Oct 2014 19:33:20 +0200 Andreas Färber wrote: > Hi, > > All 37 patches should be applied now, in their latest version, with > Reviewed-bys and my Sob... > https://github.com/afaerber/qemu-cpu/commits/qom-next > > This is a series size that I would ask to split in the future. Sure, it

Re: [Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API

2014-10-13 Thread Andreas Färber
Hi, All 37 patches should be applied now, in their latest version, with Reviewed-bys and my Sob... https://github.com/afaerber/qemu-cpu/commits/qom-next This is a series size that I would ask to split in the future. Thanks, Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Ge

Re: [Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API

2014-09-29 Thread Michael S. Tsirkin
On Mon, Sep 29, 2014 at 12:28:04PM +0200, Igor Mammedov wrote: > On Mon, 29 Sep 2014 13:16:08 +0300 > "Michael S. Tsirkin" wrote: > > > On Fri, Sep 26, 2014 at 09:28:05AM +, Igor Mammedov wrote: > > > Changes since v1: > > > * added usb-uas test > > > * drop hotplug check in bus_add_child

Re: [Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API

2014-09-29 Thread Igor Mammedov
On Mon, 29 Sep 2014 13:16:08 +0300 "Michael S. Tsirkin" wrote: > On Fri, Sep 26, 2014 at 09:28:05AM +, Igor Mammedov wrote: > > Changes since v1: > > * added usb-uas test > > * drop hotplug check in bus_add_child() > > * make SCSI & USB bus as default HotplugHandler > > * fixed dummy

Re: [Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API

2014-09-29 Thread Michael S. Tsirkin
On Fri, Sep 26, 2014 at 09:28:05AM +, Igor Mammedov wrote: > Changes since v1: > * added usb-uas test > * drop hotplug check in bus_add_child() > * make SCSI & USB bus as default HotplugHandler > * fixed dummy HBA hot(un)plug > * fixed hotunplug on s390x > * prevent hotplug of non h

Re: [Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API

2014-09-29 Thread Gerd Hoffmann
Hi, > Series unifies different hotplug mechanisms to a recent > hotplug-handler API and does shallow conversion of > devices that still use legacy qdev hotplug to it dropping > not used after that legacy hotplug path [29/30]. > It also relaces SCSI's own way to do hotplug/unplug with > hotplug-h

Re: [Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API

2014-09-26 Thread Paolo Bonzini
Il 26/09/2014 11:28, Igor Mammedov ha scritto: > Changes since v1: > * added usb-uas test > * drop hotplug check in bus_add_child() > * make SCSI & USB bus as default HotplugHandler > * fixed dummy HBA hot(un)plug > * fixed hotunplug on s390x > * prevent hotplug of non hotpluggable devi

Re: [Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API

2014-09-26 Thread Cornelia Huck
On Fri, 26 Sep 2014 09:28:05 + Igor Mammedov wrote: > Changes since v1: > * added usb-uas test > * drop hotplug check in bus_add_child() > * make SCSI & USB bus as default HotplugHandler > * fixed dummy HBA hot(un)plug > * fixed hotunplug on s390x > * prevent hotplug of non hotplu

[Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API

2014-09-26 Thread Igor Mammedov
Changes since v1: * added usb-uas test * drop hotplug check in bus_add_child() * make SCSI & USB bus as default HotplugHandler * fixed dummy HBA hot(un)plug * fixed hotunplug on s390x * prevent hotplug of non hotpluggable devices -- Series unifies different hotplug mechanisms to a rece