ladybird/Kernel/Bus/VirtIO
Liav A 1462211ccf Kernel: Allow WorkQueue items allocation failures propagation
In most cases it's safe to abort the requested operation and go forward,
however, in some places it's not clear yet how to handle these failures,
therefore, we use the MUST() wrapper to force a kernel panic for now.
2022-04-20 19:47:18 +02:00
..
Console.cpp Kernel: Allow WorkQueue items allocation failures propagation 2022-04-20 19:47:18 +02:00
Console.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
ConsolePort.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ConsolePort.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Device.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Device.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Queue.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Queue.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
RNG.cpp Kernel/PCI: Propagate usage of DeviceIdentifier everywhere 2021-09-29 11:24:33 +02:00
RNG.h Kernel: Fix copy paste in VirtIO::RNG::class_name() 2021-10-03 13:36:10 +02:00