Structs§
- All of the context required to emulate the CPUID instruction.
Enums§
Constants§
Functions§
- Adjust a CPUID instruction result to return values that work with crosvm.
- Adjust all the entries in
cpuid
based on crosvm’s cpuid logic andctx
. Callsadjust_cpuid
on each entry incpuid
, and adds any entries that should exist and are missing fromcpuid
. - Sets up the cpuid entries for the given vcpu. Can fail if there are too many CPUs specified or if an ioctl returns an error.