From 2a05f2b3339d0865f7f8b6dad2acba250732531e Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 13 Dec 2010 16:34:41 -0500 Subject: [PATCH] create: Mention KVM kernel modules if no install options are found. --- src/virtManager/create.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/virtManager/create.py b/src/virtManager/create.py index 1a8d6b80..d4d8bdce 100644 --- a/src/virtManager/create.py +++ b/src/virtManager/create.py @@ -385,9 +385,9 @@ class vmmCreate(vmmGObjectUI): if self.conn.is_qemu(): error += "\n\n" - error += _("This usually means that qemu or kvm is not\n" - "installed on your machine. Please ensure they\n" - "are installed as intended.") + error += _("This usually means that QEMU or KVM is not\n" + "installed on your machine, or the KVM kernel " + "modules are not loaded.") return self.startup_error(error) # A bit out of order, but populate arch + hv lists so we can