1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 09:07:35 +00:00
serenity/Kernel/Bus/VirtIO
Liav A d61c23569e Kernel/VirtIO: Introduce the concept of transport options
The VirtIO specification defines many types of devices with different
purposes, and it also defines 3 possible transport mediums where devices
could be connected to the host machine.

We only care about the PCIe transport, but this commit puts the actual
foundations for supporting the lean MMIO transport too in the future.

To ensure things are kept abstracted but still functional, the VirtIO
transport code is responsible for what is deemed as related to an actual
transport type - allocation of interrupt handlers and tinkering with low
level transport-related registers, etc.
2023-09-16 14:04:17 -06:00
..
Transport Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
Console.cpp Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
Console.h Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
ConsolePort.cpp Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription 2023-03-07 00:30:12 +01:00
ConsolePort.h Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription 2023-03-07 00:30:12 +01:00
Definitions.h Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
Device.cpp Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
Device.h Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
Queue.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Queue.h Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
RNG.cpp Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
RNG.h Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00