[PATCH 0/6] migration: Fixes and cleanups aroung migrate-set-parameters

Markus Armbruster posted 6 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201113065236.2644169-1-armbru@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Eric Blake <eblake@redhat.com>, Juan Quintela <quintela@redhat.com>, Markus Armbruster <armbru@redhat.com>
There is a newer version of this series
qapi/migration.json    | 34 ++++++++++++++++----------------
migration/migration.h  |  2 +-
migration/page_cache.h |  2 +-
migration/ram.h        |  2 +-
migration/migration.c  | 44 ++++++++++++++++++++++++++----------------
migration/page_cache.c | 23 +++++++---------------
migration/ram.c        |  9 +--------
monitor/hmp-cmds.c     | 26 ++++++++++++-------------
8 files changed, 68 insertions(+), 74 deletions(-)
[PATCH 0/6] migration: Fixes and cleanups aroung migrate-set-parameters
Posted by Markus Armbruster 3 years, 5 months ago
Not sure about 5.2.  The bugs aren't recent regressions.

Markus Armbruster (6):
  migration: Fix and clean up around @tls-authz
  migration: Fix migrate-set-parameters argument validation
  migration: Clean up signed vs. unsigned XBZRLE cache-size
  migration: Check xbzrle-cache-size more carefully
  migration: Fix cache_init()'s "Failed to allocate" error messages
  migration: Fix a few absurdly defective error messages

 qapi/migration.json    | 34 ++++++++++++++++----------------
 migration/migration.h  |  2 +-
 migration/page_cache.h |  2 +-
 migration/ram.h        |  2 +-
 migration/migration.c  | 44 ++++++++++++++++++++++++++----------------
 migration/page_cache.c | 23 +++++++---------------
 migration/ram.c        |  9 +--------
 monitor/hmp-cmds.c     | 26 ++++++++++++-------------
 8 files changed, 68 insertions(+), 74 deletions(-)

-- 
2.26.2


Re: [PATCH 0/6] migration: Fixes and cleanups aroung migrate-set-parameters
Posted by Dr. David Alan Gilbert 3 years, 5 months ago
* Markus Armbruster (armbru@redhat.com) wrote:
> Not sure about 5.2.  The bugs aren't recent regressions.

Lets leave it till 5.3

> Markus Armbruster (6):
>   migration: Fix and clean up around @tls-authz
>   migration: Fix migrate-set-parameters argument validation
>   migration: Clean up signed vs. unsigned XBZRLE cache-size
>   migration: Check xbzrle-cache-size more carefully
>   migration: Fix cache_init()'s "Failed to allocate" error messages
>   migration: Fix a few absurdly defective error messages
> 
>  qapi/migration.json    | 34 ++++++++++++++++----------------
>  migration/migration.h  |  2 +-
>  migration/page_cache.h |  2 +-
>  migration/ram.h        |  2 +-
>  migration/migration.c  | 44 ++++++++++++++++++++++++++----------------
>  migration/page_cache.c | 23 +++++++---------------
>  migration/ram.c        |  9 +--------
>  monitor/hmp-cmds.c     | 26 ++++++++++++-------------
>  8 files changed, 68 insertions(+), 74 deletions(-)
> 
> -- 
> 2.26.2
> 
-- 
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK