1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 15:32:06 +00:00
serenity/Kernel/Bus/VirtIO
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 Kernel/PCI: Propagate usage of DeviceIdentifier everywhere 2021-09-29 11:24:33 +02:00
Console.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
ConsolePort.cpp Kernel/Devices: Ensure appropriate locking on the Device map singleton 2021-09-08 00:42:20 +02:00
ConsolePort.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02: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: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00