ladybird/Kernel/Bus/VirtIO
Jelle Raaijmakers e187207610 Kernel: Register Virtio console ports with device management
Previously, Virtio console ports would not show up in `/sys/dev/char/`.
Also adds support to `SystemServer` to create more than one console
port device in `/dev/` in the multiport case.
2021-11-30 10:53:41 +01:00
..
Console.cpp Kernel: Register Virtio console ports with device management 2021-11-30 10:53:41 +01:00
Console.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
ConsolePort.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
ConsolePort.h Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
Device.cpp Kernel/PCI: Remove all macros and replace them with enum classes 2021-09-29 11:24:33 +02:00
Device.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
Queue.cpp Kernel: Make kernel region allocators return KResultOr<NOP<Region>> 2021-09-06 01:55:27 +02:00
Queue.h Kernel: Make all Spinlocks use u8 for storage, remove template 2021-09-05 20:46:02 +02: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