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
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
RNG.h