1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 19:52:19 +00:00
serenity/Kernel/Bus/VirtIO
Liav A 9a03c00f45 Kernel/VirtIO: Remove the m_class_name member
This class member was used only to determine the device type when
printing messages to the debug log. Instead, remove this class member,
and add a quick way to find the device type according to how the VirtIO
specification says to do that.

This simplifies construction of VirtIODevices a bit, because now the
constructor doesn't need to ask for a String identified with the device
type.
2021-08-31 16:51:13 +02:00
..
VirtIO.cpp Kernel/VirtIO: Remove the m_class_name member 2021-08-31 16:51:13 +02:00
VirtIO.h Kernel/VirtIO: Remove the m_class_name member 2021-08-31 16:51:13 +02:00
VirtIOConsole.cpp Kernel/VirtIO: Remove the m_class_name member 2021-08-31 16:51:13 +02:00
VirtIOConsole.h Kernel/VirtIO: Remove the m_class_name member 2021-08-31 16:51:13 +02:00
VirtIOConsolePort.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
VirtIOConsolePort.h
VirtIOQueue.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
VirtIOQueue.h Kernel: Rename SpinLock => Spinlock 2021-08-22 03:34:10 +02:00
VirtIORNG.cpp Kernel/VirtIO: Remove the m_class_name member 2021-08-31 16:51:13 +02:00
VirtIORNG.h Kernel/VirtIO: Remove the m_class_name member 2021-08-31 16:51:13 +02:00