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.
We should not log an error when this happens.