From: Fabiano Rosas <farosas@suse.de>
To: qemu-devel@nongnu.org
Cc: Peter Xu <peterx@redhat.com>, Markus Armbruster <armbru@redhat.com>
Subject: [PULL 1/3] migration: Fix up error message for max-cpu-throttle
Date: Mon, 30 Mar 2026 16:05:06 -0300 [thread overview]
Message-ID: <20260330190508.8634-2-farosas@suse.de> (raw)
In-Reply-To: <20260330190508.8634-1-farosas@suse.de>
From: Markus Armbruster <armbru@redhat.com>
Fixes: 1a739d301232 (migration: Do away with usage of QERR_INVALID_PARAMETER_VALUE)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20260326074247.188674-2-armbru@redhat.com
Signed-off-by: Fabiano Rosas <farosas@suse.de>
---
migration/options.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/migration/options.c b/migration/options.c
index 658c578191..3eb5b39186 100644
--- a/migration/options.c
+++ b/migration/options.c
@@ -1207,7 +1207,7 @@ bool migrate_params_check(MigrationParameters *params, Error **errp)
if (params->max_cpu_throttle < params->cpu_throttle_initial ||
params->max_cpu_throttle > 99) {
- error_setg(errp, "max_Option cpu_throttle expects "
+ error_setg(errp, "Option max_cpu_throttle expects "
"an integer in the range of cpu_throttle_initial to 99");
return false;
}
--
2.51.0
next prev parent reply other threads:[~2026-03-30 19:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-30 19:05 [PULL 0/3] Migration patches for 2026-03-30 Fabiano Rosas
2026-03-30 19:05 ` Fabiano Rosas [this message]
2026-03-30 19:05 ` [PULL 2/3] migration: Fix references to parameter names in error messages Fabiano Rosas
2026-03-30 19:05 ` [PULL 3/3] tests/qtest/migration: Fix slow test dirty_limit Fabiano Rosas
2026-03-31 10:17 ` [PULL 0/3] Migration patches for 2026-03-30 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260330190508.8634-2-farosas@suse.de \
--to=farosas@suse.de \
--cc=armbru@redhat.com \
--cc=peterx@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.