Re: [Qemu-devel] [PATCH 47/51] ram: Change offset field in PageSearchStatus to page
* Juan Quintela (quint...@redhat.com) wrote: > We are moving everything to work on pages, not addresses. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > --- > migration/ram.c | 50 +- > 1 file changed, 25 insertions(+), 25
[Qemu-devel] [PATCH 47/51] ram: Change offset field in PageSearchStatus to page
We are moving everything to work on pages, not addresses. Signed-off-by: Juan Quintela --- migration/ram.c | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index 57b776b..ef3b428 100644 ---