mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Register ECX of CPUID leaf 0x7 sub-leaf 0x1 (Structured Extended Feature Enumeration Sub-leaf) is currently not checked, but it should be. KVM exposes bit 5 (MSR_IMM: the immediate forms of the RDMSR and WRMSR instructions) when the host does. Live migrating from a source that supports MSR_IMM to a destination that does not is not safe. Signed-off-by: Oliver Anderson <oliver.anderson@cyberus-technology.de> On-behalf-of: SAP oliver.anderson@sap.com