fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 44 forks source link

Add support for virtio-rng. #68

Closed olifre closed 4 years ago

olifre commented 4 years ago

This allows to push entropy from the KVM host into the VM. It is supported since many years and happens in-kernel without any need for configuration. Since gathering good entropy inside VMs is hard without this support, this strongly improves security and performance of encrypted connections.

olifre commented 4 years ago

@strzibny Do you have time to review this one? It's significantly easier than the other PR ;-).