You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kernel: remove hand-rolled CPU feature detection module
Delete kernel/src/cpu/features.rs now that all call sites use
cpufeature-based helpers. Drop the features module from cpu/mod.rs and
remove the legacy SvsmPlatform::cpuid(eax, ecx) trait method and the
redundant SnpPlatform override, since CPUID queries are routed through
CpuidBackend and the platform-layer cpuid() wrappers added earlier in
this series.
This completes the migration from locally maintained CPUID tables to the
shared cpufeature crate as the single source of truth for processor
feature definitions.
Signed-off-by: tanish111 <tanishdesai37@gmail.com>
0 commit comments