mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-19 01:51:35 +00:00
On x86 architecture, we need to save a list of MSRs as part of the vCPU state. By providing the full list of MSRs supported by KVM, this patch fixes the remaining snapshot/restore issues, as the vCPU is restored with all its previous states. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>