Results:
- desktop: 1456
- hypervisor: 262
- guest: 94
Suggestions I've seen so far are:1. Implement VirtIO-RNG for my VM. This would share and throttle the hypervisor's /dev/random with the guest. This does little good IMHO, if even the hypervisor is starved of entropy. http://wiki.qemu-project.org/Features-Done/VirtIORNG
2. haveged - "A simple entropy daemon"; Any thoughts on this? http://www.issihosts.com/haveged/
I would enjoy having a hardware RNG, but I wonder what software can do to solve this issue. https://en.wikipedia.org/wiki/Comparison_of_hardware_random_number_generators
I seem to remember the random numbers as a service post about the NIST recently. Is that worth looking into for this?