Re: [Qemu-devel] [PATCH v4 05/11] memory: Pass mr into snapshot_and_clear_dirty

2019-06-03 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Also we change the 2nd parameter of it to be the relative offset > within the memory region. This is to be used in follow up patches. > > Signed-off-by: Peter Xu Reviewed-by: Dr. David Alan Gilbert > --- > exec.c | 3 ++- > include/exec

[Qemu-devel] [PATCH v4 05/11] memory: Pass mr into snapshot_and_clear_dirty

2019-06-02 Thread Peter Xu
Also we change the 2nd parameter of it to be the relative offset within the memory region. This is to be used in follow up patches. Signed-off-by: Peter Xu --- exec.c | 3 ++- include/exec/ram_addr.h | 2 +- memory.c| 3 +-- 3 files changed, 4 insertions(+), 4 de