ladybird/Kernel/Bus/VirtIO
Idan Horowitz 2dc91865a4 Kernel: Stop allocating VirtIO configuration structs on the heap
These are trivially-copyable 12-byte structs, so there's no point in
allocating them on the heap.
2022-02-03 23:33:20 +01:00
..
Console.cpp Kernel: Make Memory::RingBuffer construction fallible 2022-01-21 16:27:21 +01:00
Console.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
ConsolePort.cpp Kernel: Make VirtIO::ConsolePort construction OOM-fallible 2022-01-26 22:07:01 +00:00
ConsolePort.h Kernel: Make VirtIO::ConsolePort construction OOM-fallible 2022-01-26 22:07:01 +00:00
Device.cpp Kernel: Stop allocating VirtIO configuration structs on the heap 2022-02-03 23:33:20 +01:00
Device.h Kernel: Stop allocating VirtIO configuration structs on the heap 2022-02-03 23:33:20 +01:00
Queue.cpp Kernel: Make VirtIO::Queue construction fallible 2022-01-21 16:27:21 +01:00
Queue.h Kernel: Make VirtIO::Queue construction fallible 2022-01-21 16:27:21 +01: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