ladybird/Kernel/Bus/VirtIO/Transport
Liav A 7718842829 Kernel/VirtIO: Ensure proper error propagation in core methods
Simplify core methods in the VirtIO bus handling code by ensuring proper
error propagation. This makes initialization of queues, handling changes
in device configuration, and other core patterns more readable as well.

It also allows us to remove the obnoxious pattern of checking for
boolean "success" and if we get false answer then returning an actual
errno code.
2023-09-24 19:54:23 -06:00
..
PCIe Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
Entity.cpp Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00
Entity.h Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00
InterruptHandler.cpp Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
InterruptHandler.h Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00