/linux/drivers/s390/cio/ |
H A D | ccwreq.c | diff 37db8985b2116c89a3cbaf87083a02f83afaba5b Tue Mar 26 12:41:09 CET 2019 Halil Pasic <pasic@linux.ibm.com> s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the dma area within the common I/O layer for any communication with the hypervisor.
Note that we do not need to use that area for control blocks directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael Mueller <mimu@linux.ibm.com> Tested-by: Michael Mueller <mimu@linux.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
H A D | device_id.c | diff 37db8985b2116c89a3cbaf87083a02f83afaba5b Tue Mar 26 12:41:09 CET 2019 Halil Pasic <pasic@linux.ibm.com> s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the dma area within the common I/O layer for any communication with the hypervisor.
Note that we do not need to use that area for control blocks directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael Mueller <mimu@linux.ibm.com> Tested-by: Michael Mueller <mimu@linux.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
H A D | device_status.c | diff 37db8985b2116c89a3cbaf87083a02f83afaba5b Tue Mar 26 12:41:09 CET 2019 Halil Pasic <pasic@linux.ibm.com> s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the dma area within the common I/O layer for any communication with the hypervisor.
Note that we do not need to use that area for control blocks directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael Mueller <mimu@linux.ibm.com> Tested-by: Michael Mueller <mimu@linux.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
H A D | device_pgid.c | diff 37db8985b2116c89a3cbaf87083a02f83afaba5b Tue Mar 26 12:41:09 CET 2019 Halil Pasic <pasic@linux.ibm.com> s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the dma area within the common I/O layer for any communication with the hypervisor.
Note that we do not need to use that area for control blocks directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael Mueller <mimu@linux.ibm.com> Tested-by: Michael Mueller <mimu@linux.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
H A D | io_sch.h | diff 37db8985b2116c89a3cbaf87083a02f83afaba5b Tue Mar 26 12:41:09 CET 2019 Halil Pasic <pasic@linux.ibm.com> s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the dma area within the common I/O layer for any communication with the hypervisor.
Note that we do not need to use that area for control blocks directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael Mueller <mimu@linux.ibm.com> Tested-by: Michael Mueller <mimu@linux.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
H A D | device_ops.c | diff 37db8985b2116c89a3cbaf87083a02f83afaba5b Tue Mar 26 12:41:09 CET 2019 Halil Pasic <pasic@linux.ibm.com> s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the dma area within the common I/O layer for any communication with the hypervisor.
Note that we do not need to use that area for control blocks directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael Mueller <mimu@linux.ibm.com> Tested-by: Michael Mueller <mimu@linux.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
H A D | device_fsm.c | diff 37db8985b2116c89a3cbaf87083a02f83afaba5b Tue Mar 26 12:41:09 CET 2019 Halil Pasic <pasic@linux.ibm.com> s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the dma area within the common I/O layer for any communication with the hypervisor.
Note that we do not need to use that area for control blocks directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael Mueller <mimu@linux.ibm.com> Tested-by: Michael Mueller <mimu@linux.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
H A D | device.c | diff 37db8985b2116c89a3cbaf87083a02f83afaba5b Tue Mar 26 12:41:09 CET 2019 Halil Pasic <pasic@linux.ibm.com> s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the dma area within the common I/O layer for any communication with the hypervisor.
Note that we do not need to use that area for control blocks directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael Mueller <mimu@linux.ibm.com> Tested-by: Michael Mueller <mimu@linux.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
/linux/arch/s390/include/asm/ |
H A D | ccwdev.h | diff 37db8985b2116c89a3cbaf87083a02f83afaba5b Tue Mar 26 12:41:09 CET 2019 Halil Pasic <pasic@linux.ibm.com> s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the dma area within the common I/O layer for any communication with the hypervisor.
Note that we do not need to use that area for control blocks directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael Mueller <mimu@linux.ibm.com> Tested-by: Michael Mueller <mimu@linux.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
/linux/drivers/s390/virtio/ |
H A D | virtio_ccw.c | diff 37db8985b2116c89a3cbaf87083a02f83afaba5b Tue Mar 26 12:41:09 CET 2019 Halil Pasic <pasic@linux.ibm.com> s390/cio: add basic protected virtualization support
As virtio-ccw devices are channel devices, we need to use the dma area within the common I/O layer for any communication with the hypervisor.
Note that we do not need to use that area for control blocks directly referenced by instructions, e.g. the orb.
It handles neither QDIO in the common code, nor any device type specific stuff (like channel programs constructed by the DASD driver).
An interesting side effect is that virtio structures are now going to get allocated in 31 bit addressable storage.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Sebastian Ott <sebott@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael Mueller <mimu@linux.ibm.com> Tested-by: Michael Mueller <mimu@linux.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|