[PATCH 0/5] multifd: Add colo support

Lukas Straub posted 5 patches 11 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1683506133.git.lukasstraub2@web.de
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>
There is a newer version of this series
migration/meson.build        |  1 +
migration/multifd-colo.c     | 67 ++++++++++++++++++++++++++++++++
migration/multifd-internal.h | 39 +++++++++++++++++++
migration/multifd.c          | 74 +++++++++++++++++++++++-------------
migration/multifd.h          |  2 +
migration/ram.c              | 19 +++++++--
migration/ram.h              |  1 +
7 files changed, 173 insertions(+), 30 deletions(-)
create mode 100644 migration/multifd-colo.c
create mode 100644 migration/multifd-internal.h
[PATCH 0/5] multifd: Add colo support
Posted by Lukas Straub 11 months, 3 weeks ago
Hello Everyone,
These patches add support for colo to multifd.

Lukas Straub (5):
  ram: Add public helper to set colo bitmap
  ram: Let colo_flush_ram_cache take the bitmap_mutex
  multifd: Introduce multifd-internal.h
  multifd: Introduce a overridable revc_pages method
  multifd: Add colo support

 migration/meson.build        |  1 +
 migration/multifd-colo.c     | 67 ++++++++++++++++++++++++++++++++
 migration/multifd-internal.h | 39 +++++++++++++++++++
 migration/multifd.c          | 74 +++++++++++++++++++++++-------------
 migration/multifd.h          |  2 +
 migration/ram.c              | 19 +++++++--
 migration/ram.h              |  1 +
 7 files changed, 173 insertions(+), 30 deletions(-)
 create mode 100644 migration/multifd-colo.c
 create mode 100644 migration/multifd-internal.h

-- 
2.39.2
Re: [PATCH 0/5] multifd: Add colo support
Posted by Peter Xu 11 months, 3 weeks ago
Copy Hailiang Zhang

On Mon, May 08, 2023 at 02:51:43AM +0200, Lukas Straub wrote:
> Hello Everyone,
> These patches add support for colo to multifd.
> 
> Lukas Straub (5):
>   ram: Add public helper to set colo bitmap
>   ram: Let colo_flush_ram_cache take the bitmap_mutex
>   multifd: Introduce multifd-internal.h
>   multifd: Introduce a overridable revc_pages method
>   multifd: Add colo support
> 
>  migration/meson.build        |  1 +
>  migration/multifd-colo.c     | 67 ++++++++++++++++++++++++++++++++
>  migration/multifd-internal.h | 39 +++++++++++++++++++
>  migration/multifd.c          | 74 +++++++++++++++++++++++-------------
>  migration/multifd.h          |  2 +
>  migration/ram.c              | 19 +++++++--
>  migration/ram.h              |  1 +
>  7 files changed, 173 insertions(+), 30 deletions(-)
>  create mode 100644 migration/multifd-colo.c
>  create mode 100644 migration/multifd-internal.h
> 
> -- 
> 2.39.2



-- 
Peter Xu