[PATCH 0/3] migration: Fix a few error messages and a bit of help

Markus Armbruster posted 3 patches 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260326074247.188674-1-armbru@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
hw/core/qdev-properties-system.c |  2 +-
migration/options.c              | 36 ++++++++++++++++----------------
2 files changed, 19 insertions(+), 19 deletions(-)
[PATCH 0/3] migration: Fix a few error messages and a bit of help
Posted by Markus Armbruster 1 week ago
Markus Armbruster (3):
  migration: Fix up error message for max-cpu-throttle
  migration: Fix references to parameter names in error messages
  migration: Tweak description of migration property multifd-compression

 hw/core/qdev-properties-system.c |  2 +-
 migration/options.c              | 36 ++++++++++++++++----------------
 2 files changed, 19 insertions(+), 19 deletions(-)

-- 
2.53.0
Re: [PATCH 0/3] migration: Fix a few error messages and a bit of help
Posted by Fabiano Rosas 1 week ago
Markus Armbruster <armbru@redhat.com> writes:

> Markus Armbruster (3):
>   migration: Fix up error message for max-cpu-throttle
>   migration: Fix references to parameter names in error messages
>   migration: Tweak description of migration property multifd-compression
>
>  hw/core/qdev-properties-system.c |  2 +-
>  migration/options.c              | 36 ++++++++++++++++----------------
>  2 files changed, 19 insertions(+), 19 deletions(-)

Thanks!

Queued into migration-staging.