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
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
RNG.h