Re: [Qemu-devel] [PATCH 2/3] s390/cio: export hsch to modules

2018-11-23 Thread Pierre Morel
On 22/11/2018 17:54, Cornelia Huck wrote: The vfio-ccw code will need this, and it matches treatment of ssch and csch. Signed-off-by: Cornelia Huck --- drivers/s390/cio/ioasm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/s390/cio/ioasm.c b/drivers/s390/cio/ioasm.c index 14d32

[Qemu-devel] [PATCH 2/3] s390/cio: export hsch to modules

2018-11-22 Thread Cornelia Huck
The vfio-ccw code will need this, and it matches treatment of ssch and csch. Signed-off-by: Cornelia Huck --- drivers/s390/cio/ioasm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/s390/cio/ioasm.c b/drivers/s390/cio/ioasm.c index 14d328338ce2..08eb10283b18 100644 --- a/drivers/s39