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

2018-06-15 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (git) (dgilb...@redhat.com) wrote:
> From: "Dr. David Alan Gilbert" 
> 
> 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 / dgilb...@redhat.com / Manchester, UK



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

2018-06-05 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" 

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