On Fri, 26 Sep 2014 09:28:28 +0000 Igor Mammedov <imamm...@redhat.com> wrote:
> s390-sclp-event-facility creates s390-sclp-events-bus > and immeadiatly sets its allow_hotplug field to 0, > which is NOP since it's already 0 by default. > > Also since BUS is not hotpluggable, it's not possible > to call SCLP_EVENT{ DeviceClass.unplug } callback > from qdev_unplug() making this unreachable code, > so drop it as well. > > Signed-off-by: Igor Mammedov <imamm...@redhat.com> > Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> > --- > hw/s390x/event-facility.c | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Cornelia Huck <cornelia.h...@de.ibm.com>