From: Andrea Bolognani Date: Thu, 28 May 2015 14:39:11 +0000 (+0200) Subject: qemu: Improve error message for missing QEMU_CAPS_DEVICE_PANIC. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b4ac4a4057751f72a72bd3c69607cea3a75710eb;p=libvirt.git qemu: Improve error message for missing QEMU_CAPS_DEVICE_PANIC. --- diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 11c6823e84..ba68189624 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -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; } }