]> Git Repo - qemu.git/commit
s390x/css: device support for s390-ccw passthrough
authorDong Jia Shi <[email protected]>
Wed, 17 May 2017 00:48:06 +0000 (02:48 +0200)
committerCornelia Huck <[email protected]>
Fri, 19 May 2017 10:29:01 +0000 (12:29 +0200)
commita8eac9431ad060012348908f93d6421ae3c97300
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 <[email protected]>
Signed-off-by: Dong Jia Shi <[email protected]>
Message-Id: <20170517004813[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
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]
This page took 0.030963 seconds and 4 git commands to generate.