mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-25 14:05:18 +00:00
qemu: Improve error message for missing QEMU_CAPS_DEVICE_PANIC.
This commit is contained in:
parent
cffc099356
commit
b4ac4a4057
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user