qemu: Improve error message for missing QEMU_CAPS_DEVICE_PANIC.

This commit is contained in:
Andrea Bolognani 2015-05-28 16:39:11 +02:00 committed by John Ferlan
parent cffc099356
commit b4ac4a4057

View File

@ -10837,7 +10837,8 @@ qemuBuildCommandLine(virConnectPtr conn,
} }
} else { } else {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s", 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; goto error;
} }
} }