mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-15 00:55:21 +00:00
569be6e706
This refactoring ensures all CPUID related operations are centralized in `arch::x86_64` module, and exposes only two related public functions to the vmm crate, e.g. `generate_common_cpuid` and `configure_vcpu`. Signed-off-by: Bo Chen <chen.bo@intel.com>