uhyve
uhyve copied to clipboard
Cross-platform CPU frequencies
We might want to explore sysinfo
for getting CPU frequencies from the OS instead of parsing CPUID (x86 only) ourselves. See hermit-os/kernel/xtask/src/ci/qemu.rs#L283-L291 for example.