ladybird/Kernel/VirtIO
Idan Horowitz e4d9fa914e Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG)
This is a very basic implementation that only requests 4096 bytes
of entropy from the host once, but its still high quality entropy
so it should be a good fix for #4490 (boot-time entropy starvation)
for virtualized environments.

Co-authored-by: Sahan <sahan.h.fernando@gmail.com>
2021-04-17 10:21:23 +02:00
..
VirtIO.cpp Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG) 2021-04-17 10:21:23 +02:00
VirtIO.h Kernel: Finish base implementation of VirtQueues 2021-04-17 10:21:23 +02:00
VirtIOConsole.cpp Kernel: Finish base implementation of VirtQueues 2021-04-17 10:21:23 +02:00
VirtIOConsole.h Kernel: Finish base implementation of VirtQueues 2021-04-17 10:21:23 +02:00
VirtIOQueue.cpp Kernel: Finish base implementation of VirtQueues 2021-04-17 10:21:23 +02:00
VirtIOQueue.h Kernel: Finish base implementation of VirtQueues 2021-04-17 10:21:23 +02:00
VirtIORNG.cpp Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG) 2021-04-17 10:21:23 +02:00
VirtIORNG.h Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG) 2021-04-17 10:21:23 +02:00