[Qemu-devel] [PATCH 0/2] Fixups for non-migratable RAMBlocks

Dr. David Alan Gilbert (git) posted 2 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180605162545.80778-1-dgilbert@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
include/exec/ramlist.h | 4 +++-
migration/migration.h  | 3 +++
migration/ram.c        | 8 +++++---
migration/rdma.c       | 2 +-
4 files changed, 12 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH 0/2] Fixups for non-migratable RAMBlocks
Posted by Dr. David Alan Gilbert (git) 5 years, 10 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Hi,
  Cédric's b895de50 got merged at about the same
time as some of Peter's changes and there's a rdma
case as well; so tidy up those cases that were looping
over all (rather than just migratable) RAMBlocks
and poison it so we don't end up doing the same thing
again.

Dave

Dr. David Alan Gilbert (2):
  migration: Fixes for non-migratable RAMBlocks
  migration: Poison ramblock loops in migration

 include/exec/ramlist.h | 4 +++-
 migration/migration.h  | 3 +++
 migration/ram.c        | 8 +++++---
 migration/rdma.c       | 2 +-
 4 files changed, 12 insertions(+), 5 deletions(-)

-- 
2.17.0


Re: [Qemu-devel] [PATCH 0/2] Fixups for non-migratable RAMBlocks
Posted by Dr. David Alan Gilbert 5 years, 10 months ago
* Dr. David Alan Gilbert (git) (dgilbert@redhat.com) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> Hi,
>   Cédric's b895de50 got merged at about the same
> time as some of Peter's changes and there's a rdma
> case as well; so tidy up those cases that were looping
> over all (rather than just migratable) RAMBlocks
> and poison it so we don't end up doing the same thing
> again.

Queued.

> Dave
> 
> Dr. David Alan Gilbert (2):
>   migration: Fixes for non-migratable RAMBlocks
>   migration: Poison ramblock loops in migration
> 
>  include/exec/ramlist.h | 4 +++-
>  migration/migration.h  | 3 +++
>  migration/ram.c        | 8 +++++---
>  migration/rdma.c       | 2 +-
>  4 files changed, 12 insertions(+), 5 deletions(-)
> 
> -- 
> 2.17.0
> 
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK