serenity/Kernel/Net/VirtIO
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
..
VirtIONetworkAdapter.cpp Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00
VirtIONetworkAdapter.h Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00