You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple hypervisors are enabled via features (example both mshv and kvm), and the host system has kvm, an log message of level ERROR will be reported because HypervLinuxDriver::new( will be called, which fails, but later KVMDriver::new will be called, which succeeds.