mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
When the synthetic interrupt controller is enabled, an extra set of MSRs must be stored in case of migration. There was one MSR missing in the list, HV_X64_MSR_SINT14 corresponding to the 15th interrupt source from the synthetic interrupt controller. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>