From b4ac4a4057751f72a72bd3c69607cea3a75710eb Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 28 May 2015 16:39:11 +0200 Subject: [PATCH] qemu: Improve error message for missing QEMU_CAPS_DEVICE_PANIC. --- src/qemu/qemu_command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } } -- GitLab