mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
create: Mention KVM kernel modules if no install options are found.
This commit is contained in:
parent
073b005406
commit
2a05f2b333
@ -385,9 +385,9 @@ class vmmCreate(vmmGObjectUI):
|
|||||||
|
|
||||||
if self.conn.is_qemu():
|
if self.conn.is_qemu():
|
||||||
error += "\n\n"
|
error += "\n\n"
|
||||||
error += _("This usually means that qemu or kvm is not\n"
|
error += _("This usually means that QEMU or KVM is not\n"
|
||||||
"installed on your machine. Please ensure they\n"
|
"installed on your machine, or the KVM kernel "
|
||||||
"are installed as intended.")
|
"modules are not loaded.")
|
||||||
return self.startup_error(error)
|
return self.startup_error(error)
|
||||||
|
|
||||||
# A bit out of order, but populate arch + hv lists so we can
|
# A bit out of order, but populate arch + hv lists so we can
|
||||||
|
Loading…
Reference in New Issue
Block a user