Re: [Qemu-devel] [PATCH 45/54] ram: Pass RAMBlock to bitmap_sync

2017-04-07 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We change the meaning of start to be the offset from the beggining of > the block. > > Signed-off-by: Juan Quintela Still a little nervous about whether we want to pass RB all the way down to cpu_* but OK. Reviewed-by: Dr. David Alan Gilbert > -

[Qemu-devel] [PATCH 45/54] ram: Pass RAMBlock to bitmap_sync

2017-04-06 Thread Juan Quintela
We change the meaning of start to be the offset from the beggining of the block. Signed-off-by: Juan Quintela --- include/exec/ram_addr.h | 2 ++ migration/ram.c | 8 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/include/exec/ram_addr.h b/include/exec/ram_addr.h