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-Tag: v1.2.17-rc1~340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ac4a4057751f72a72bd3c69607cea3a75710eb;p=thirdparty%2Flibvirt.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; } }