Home
last modified time | relevance | path

Searched hist:"45 d19d9306ade96404905aa89d534fc989ff9389" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/migration/
H A Doptions.cdiff 45d19d9306ade96404905aa89d534fc989ff9389 Tue Mar 12 09:13:41 CDT 2024 Philippe Mathieu-Daudé <philmd@linaro.org> qapi: Correct error message for 'vcpu_dirty_limit' parameter

QERR_INVALID_PARAMETER_VALUE is defined as:

#define QERR_INVALID_PARAMETER_VALUE \
"Parameter '%s' expects %s"

The current error is formatted as:

"Parameter 'vcpu_dirty_limit' expects is invalid, it must greater then 1 MB/s"

Replace by:

"Parameter 'vcpu_dirty_limit' must be greater than 1 MB/s"

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240312141343.3168265-9-armbru@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
[New error message corrected, commit message updated accordingly]