[PULL 1/5] crypto: add "none" random provider

2020-06-15 Thread Daniel P . Berrangé
From: Marek Marczykowski-Górecki In case of not using random-number needing feature, it makes sense to skip RNG init too. This is especially helpful when QEMU is sandboxed in Stubdomain under Xen, where there is very little entropy so initial getrandom() call delays the startup several seconds.

[PULL 1/5] crypto: add "none" random provider

2020-05-29 Thread Daniel P . Berrangé
From: Marek Marczykowski-Górecki In case of not using random-number needing feature, it makes sense to skip RNG init too. This is especially helpful when QEMU is sandboxed in Stubdomain under Xen, where there is very little entropy so initial getrandom() call delays the startup several seconds.