On Fri, 26 Sep 2014 09:28:30 +0000 Igor Mammedov <imamm...@redhat.com> wrote:
> Signed-off-by: Igor Mammedov <imamm...@redhat.com> > --- > v2: > fix not working unplug > --- > hw/s390x/virtio-ccw.c | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) > > diff --git a/hw/s390x/virtio-ccw.c b/hw/s390x/virtio-ccw.c > index 33a1d86..09d9500 100644 > --- a/hw/s390x/virtio-ccw.c > +++ b/hw/s390x/virtio-ccw.c > @@ -1624,9 +1624,7 @@ static void virtio_ccw_device_class_init(ObjectClass > *klass, void *data) > dc->props = virtio_ccw_properties; > dc->init = virtio_ccw_busdev_init; > dc->exit = virtio_ccw_busdev_exit; > - dc->unplug = virtio_ccw_busdev_unplug; > dc->bus_type = TYPE_VIRTUAL_CSS_BUS; > - unrelated whitespace change (but I don't really mind) > } > > static const TypeInfo virtio_ccw_device_info = { Reviewed-by: Cornelia Huck <cornelia.h...@de.ibm.com>