serenity/Kernel/Graphics/VirtIOGPU
Brian Gianforcaro 5f1c98e576 Kernel: Use operator ""sv in all class_name() implementations
Previously there was a mix of returning plain strings and returning
explicit string views using `operator ""sv`. This change switches them
all to standardized on `operator ""sv` as it avoids a call to strlen.
2021-10-03 13:36:10 +02:00
..
Console.cpp
Console.h
FrameBufferDevice.cpp
FrameBufferDevice.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
GPU.cpp Kernel/PCI: Propagate usage of DeviceIdentifier everywhere 2021-09-29 11:24:33 +02:00
GPU.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
GraphicsAdapter.cpp Kernel/PCI: Propagate usage of DeviceIdentifier everywhere 2021-09-29 11:24:33 +02:00
GraphicsAdapter.h Kernel/PCI: Propagate usage of DeviceIdentifier everywhere 2021-09-29 11:24:33 +02:00
Protocol.h AK: Add missing AK/Types.h include to VirtIO/Protocol.h 2021-09-28 03:13:54 +03:00