mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 11:22:26 +00:00
Add necessary API to retrieve cpuid leaf on MSHV. This API is used to update cpuid information during the parsing of the igvm file. Microsoft hypervisor does not provide common CpuID like KVM. That's why we need to call this API during the IGVM parsing. Signed-off-by: Muminul Islam <muislam@microsoft.com>