Files
ladybird/Kernel
Liav A 8e90a4fd1c Kernel/VirtIO: Don't expose constructors as public method
This leads to a bad pattern where anyone could create an RNG or a
Console object. Instead, let's just use the common pattern of a static
method to instantiate a new object and return it wrapped by a
NonnullRefPtr.
2021-08-31 16:51:13 +02:00
..
2021-08-07 11:48:00 +02:00
2021-08-23 00:02:09 +02:00
2021-08-23 00:02:09 +02:00