mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
1b05f2e50b
commit
1b71b3ac81
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue