s390x/css: device support for s390-ccw passthrough
commita8eac9431ad060012348908f93d6421ae3c97300
authorDong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
Wed, 17 May 2017 00:48:06 +0000 (17 02:48 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 19 May 2017 10:29:01 +0000 (19 12:29 +0200)
tree8ecfb5e95eba9044a18e1de01c509f7dad753e65
parent817d4a6bc8bc6c2ad57ffdbab1a33c9b930ddde4
s390x/css: device support for s390-ccw passthrough

In order to support subchannels pass-through, we introduce a s390
subchannel device called "s390-ccw" to hold the real subchannel info.
The s390-ccw devices inherit from the abstract CcwDevice which connect
to the existing virtual-css-bus.

Reviewed-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
Message-Id: <20170517004813.58227-7-bjsdjshi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/Makefile.objs
hw/s390x/s390-ccw.c [new file with mode: 0644]
include/hw/s390x/s390-ccw.h [new file with mode: 0644]