Re: [Qemu-devel] [PATCH v3 06/12] memory: Pass mr into snapshot_and_clear_dirty

2019-05-30 Thread Peter Xu
On Thu, May 30, 2019 at 12:22:00PM +0100, Dr. David Alan Gilbert wrote: > * 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 > > --- > >

Re: [Qemu-devel] [PATCH v3 06/12] memory: Pass mr into snapshot_and_clear_dirty

2019-05-30 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 > --- > exec.c | 3 ++- > include/exec/ram_addr.h | 2 +- > memory.c

[Qemu-devel] [PATCH v3 06/12] memory: Pass mr into snapshot_and_clear_dirty

2019-05-30 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