1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 20:12:06 +00:00
serenity/Kernel/Bus/VirtIO
Liav A b596af363c Kernel/VirtIO: Make RNG device to not be a CharacterDevice
This class as a CharacterDevice really was not useful, because you
couldn't even read from it.
Also, the random number generator interface should be the /dev/random,
so any other interface to get random numbers is generally not a good
idea.
Instead, let's keep this functionality as an entropy source for random
numbers generation, but without exposing a device node.
2021-08-31 16:51:13 +02:00
..
VirtIO.cpp Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
VirtIO.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
VirtIOConsole.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
VirtIOConsole.h Kernel: Move VirtIO code into the Bus source folder 2021-08-13 08:06:47 +02:00
VirtIOConsolePort.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
VirtIOConsolePort.h Kernel: Move VirtIO code into the Bus source folder 2021-08-13 08:06:47 +02:00
VirtIOQueue.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
VirtIOQueue.h Kernel: Rename SpinLock => Spinlock 2021-08-22 03:34:10 +02:00
VirtIORNG.cpp Kernel/VirtIO: Make RNG device to not be a CharacterDevice 2021-08-31 16:51:13 +02:00
VirtIORNG.h Kernel/VirtIO: Make RNG device to not be a CharacterDevice 2021-08-31 16:51:13 +02:00