[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 24/36] s390x: convert s390-virtio to hotplug
From: |
Igor Mammedov |
Subject: |
Re: [Qemu-devel] [PATCH v3 24/36] s390x: convert s390-virtio to hotplug handler API |
Date: |
Fri, 26 Sep 2014 14:29:06 +0200 |
On Fri, 26 Sep 2014 14:15:48 +0200
Cornelia Huck <address@hidden> wrote:
> On Fri, 26 Sep 2014 12:08:16 +0000
> Igor Mammedov <address@hidden> wrote:
>
> > beside of conversion, patch drops present unplug
> > handling, effectively disabling hot-unplug of
> > s390-virtio devices.
> >
> > Signed-off-by: Igor Mammedov <address@hidden>
> > ---
> > v3:
> > disable unplug, Cornelia Huck <address@hidden>
> > v2:
> > fix not working unplug
> > ---
> > hw/s390x/s390-virtio-bus.c | 11 ++++++-----
> > 1 file changed, 6 insertions(+), 5 deletions(-)
> >
> > diff --git a/hw/s390x/s390-virtio-bus.c b/hw/s390x/s390-virtio-bus.c
> > index 6b6fb61..7fa47d4 100644
> > --- a/hw/s390x/s390-virtio-bus.c
> > +++ b/hw/s390x/s390-virtio-bus.c
>
> > @@ -674,6 +673,7 @@ static int s390_virtio_bridge_init(SysBusDevice *dev)
> > static void s390_virtio_bridge_class_init(ObjectClass *klass, void *data)
> > {
> > SysBusDeviceClass *k = SYS_BUS_DEVICE_CLASS(klass);
> > + HotplugHandlerClass *hc = HOTPLUG_HANDLER_CLASS(klass);
>
> This line is not needed (and gives an error for me).
Ops, sorry.
I'll fix it.
>
> >
> > k->init = s390_virtio_bridge_init;
> > }
>
>
- [Qemu-devel] [PATCH v2 21/36] virtio-serial: convert to hotplug-handler API, (continued)
- [Qemu-devel] [PATCH v2 21/36] virtio-serial: convert to hotplug-handler API, Igor Mammedov, 2014/09/26
- [Qemu-devel] [PATCH v2 22/36] virtio-mmio: drop useless bus->allow_hotplug = 0, Igor Mammedov, 2014/09/26
- [Qemu-devel] [PATCH v2 23/36] s390x: drop not used allow_hotplug in event-facility, Igor Mammedov, 2014/09/26
- [Qemu-devel] [PATCH v2 24/36] s390x: convert s390-virtio to hotplug handler API, Igor Mammedov, 2014/09/26
- [Qemu-devel] [PATCH v3 24/36] s390x: convert s390-virtio to hotplug handler API, Igor Mammedov, 2014/09/26
- [Qemu-devel] [PATCH v4 24/36] s390x: convert s390-virtio to hotplug handler API, Igor Mammedov, 2014/09/26
[Qemu-devel] [PATCH v2 25/36] s390x: convert virtio-ccw to hotplug handler API, Igor Mammedov, 2014/09/26
[Qemu-devel] [PATCH v2 26/36] scsi: set SCSI BUS itself as default HotplugHandler, Igor Mammedov, 2014/09/26
[Qemu-devel] [PATCH v2 31/36] usb-bot: drop not needed "allow_hotplug = 0", Igor Mammedov, 2014/09/26
[Qemu-devel] [PATCH v2 33/36] usb: convert usb-ccid to hotplug handler API, Igor Mammedov, 2014/09/26
[Qemu-devel] [PATCH v2 32/36] usb-storage: drop not needed "allow_hotplug = 0", Igor Mammedov, 2014/09/26
[Qemu-devel] [PATCH v2 34/36] usb: convert usb devices to hotplug handler API, Igor Mammedov, 2014/09/26
[Qemu-devel] [PATCH v2 11/36] test: usb: usb-uas hotplug test, Igor Mammedov, 2014/09/26