]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Improve error message for missing QEMU_CAPS_DEVICE_PANIC.
authorAndrea Bolognani <abologna@redhat.com>
Thu, 28 May 2015 14:39:11 +0000 (16:39 +0200)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 1 Jun 2015 10:16:23 +0000 (06:16 -0400)
src/qemu/qemu_command.c

index 11c6823e846f79c02f657efba9696ce2d4c1c76e..ba68189624364e9208194fdaf9939c16c245d241 100644 (file)
@@ -10837,7 +10837,8 @@ qemuBuildCommandLine(virConnectPtr conn,
             }
         } else {
             virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
-                           _("your QEMU is too old to support pvpanic"));
+                           _("the QEMU binary does not support the "
+                             "panic device"));
             goto error;
         }
     }