On Thu, 23 May 2019 18:22:09 +0200
Michael Mueller <[email protected]> wrote:

> From: Halil Pasic <[email protected]>
> 
> Hypervisor needs to interact with the summary indicators, so these
> need to be DMA memory as well (at least for protected virtualization
> guests).
> 
> Signed-off-by: Halil Pasic <[email protected]>
> ---
>  drivers/s390/virtio/virtio_ccw.c | 22 +++++++++++++++-------
>  1 file changed, 15 insertions(+), 7 deletions(-)

(...)

> @@ -1501,6 +1508,7 @@ static int __init virtio_ccw_init(void)
>  {
>       /* parse no_auto string before we do anything further */
>       no_auto_parse();
> +     summary_indicators = cio_dma_zalloc(MAX_AIRQ_AREAS);

What happens if this fails?

>       return ccw_driver_register(&virtio_ccw_driver);
>  }
>  device_initcall(virtio_ccw_init);

_______________________________________________
Virtualization mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

Reply via email to