On Wed, 25 Jul 2018 14:20:15 +0200 Thomas Huth <th...@redhat.com> wrote:
> Currently, every virtio-ccw device explicitely sets its unrealize > function to virtio_ccw_unrealize() in its class_init function. > We can simplify this by using a common unrealize function, just like > it is already done for the realize functions. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > hw/s390x/virtio-ccw.c | 22 +++++++--------------- > 1 file changed, 7 insertions(+), 15 deletions(-) LGTM now :)