ladybird/Kernel/VirtIO
Ali Mohammad Pur 2b5732ab77 AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
This doesn't really _fix_ anything, it just gets rid of the API and
instead makes the users explicitly use `adopt_own_if_non_null()`.
2021-05-31 17:09:12 +04:30
..
VirtIO.cpp Kernel: Reorder VirtIODevice PCI initialization steps 2021-05-15 23:29:03 +01:00
VirtIO.h Kernel: Rename VirtIODevice::clear_status_bit to mask_status_bits 2021-05-15 23:29:03 +01:00
VirtIOConsole.cpp Kernel: Move VirtIO code away from using a scatter gather list 2021-05-13 10:00:42 +02:00
VirtIOConsole.h Kernel: Move VirtIO code away from using a scatter gather list 2021-05-13 10:00:42 +02:00
VirtIOQueue.cpp AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's 2021-05-31 17:09:12 +04:30
VirtIOQueue.h Kernel: Move VirtIO code away from using a scatter gather list 2021-05-13 10:00:42 +02:00
VirtIORNG.cpp Kernel: Move VirtIO code away from using a scatter gather list 2021-05-13 10:00:42 +02:00
VirtIORNG.h Kernel: Move VirtIO code away from using a scatter gather list 2021-05-13 10:00:42 +02:00