Re: [Qemu-devel] [PATCH 1/2] migration: Fixes for non-migratable RAMBlocks

2018-06-06 Thread Cédric Le Goater
On 06/05/2018 06:25 PM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > There are still a few cases where migration code is using the macros > and functions that do all RAMBlocks rather than just the migratable > blocks; fix those up. > > Signed-off-by: Dr. David Alan Gi

Re: [Qemu-devel] [PATCH 1/2] migration: Fixes for non-migratable RAMBlocks

2018-06-05 Thread Peter Xu
On Tue, Jun 05, 2018 at 05:25:44PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > There are still a few cases where migration code is using the macros > and functions that do all RAMBlocks rather than just the migratable > blocks; fix those up. > > Signed-off-by:

[Qemu-devel] [PATCH 1/2] migration: Fixes for non-migratable RAMBlocks

2018-06-05 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" There are still a few cases where migration code is using the macros and functions that do all RAMBlocks rather than just the migratable blocks; fix those up. Signed-off-by: Dr. David Alan Gilbert --- migration/ram.c | 4 ++-- migration/rdma.c | 2 +- 2 files ch