mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virt-host-validate: Improve failure message when no HW virt is found
Make sure that more users understand that without HW virtualization you cannot have KVM working. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2086677 Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -71,7 +71,8 @@ int virHostValidateQEMU(void)
|
||||
virHostMsgPass();
|
||||
} else {
|
||||
virHostMsgFail(VIR_HOST_VALIDATE_FAIL,
|
||||
_("Only emulated CPUs are available, performance will be significantly limited"));
|
||||
_("Host not compatible with KVM; HW virtualization CPU features not found. "
|
||||
"Only emulated CPUs are available; performance will be significantly limited"));
|
||||
ret = -1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user