Jing Liu dd70bd0d4c s390x/css: Factor out virtual css bridge and bus
Currently, common base layers virtual css bridge and bus are
defined in hw/s390x/virtio-ccw.c(h). In order to support
multiple types of devices in the virtual channel subsystem,
especially non virtio-ccw, refactoring work needs to be done.

This work is just a pure code move without any functional change
except dropping an empty function virtual_css_bridge_init() and
virtio_ccw_busdev_unplug() changing. virtio_ccw_busdev_unplug()
is specific to virtio-ccw but gets referenced from the common
virtual css bridge code. To keep the functional changes to a
minimum we export this function from virtio-ccw.c and continue
to reference it inside virtual_css_bridge_class_init()
(now living in hw/s390x/css-bridge.c). A follow-up patch will
clean this up.

Signed-off-by: Jing Liu <liujbjl@linux.vnet.ibm.com>
Reviewed-by: Sascha Silbe <silbe@linux.vnet.ibm.com>
Reviewed-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
2016-07-11 09:48:05 +02:00
..
2016-06-29 14:03:47 +02:00
2016-05-29 09:11:10 +02:00
2016-06-14 15:59:15 +01:00
2016-06-29 14:03:45 +02:00
2016-05-18 15:04:27 +03:00
2013-04-08 18:13:10 +02:00
2016-06-24 05:13:57 +03:00
2016-04-07 19:57:33 +03:00
2016-06-24 05:13:57 +03:00
2016-07-04 13:15:22 +01:00
2013-04-08 18:13:10 +02:00
2016-07-07 14:29:04 +08:00
2016-06-14 15:37:43 +01:00
2016-06-17 16:33:49 +10:00
2015-12-04 09:39:55 +03:00
2016-05-17 15:50:29 +02:00
2013-04-08 18:13:10 +02:00
2016-05-19 16:42:30 +02:00
2014-10-23 16:41:25 +02:00
2016-04-07 19:57:33 +03:00
2016-05-23 16:53:46 +02:00
2014-10-24 12:19:11 +01:00
2016-06-06 16:59:31 +01:00
2013-04-08 18:13:10 +02:00
2013-05-01 20:55:21 +04:00
2016-05-19 16:42:30 +02:00
2016-06-22 12:53:26 +02:00