Re: [PATCH v3 4/6] migration: Remove masking for compression

2022-01-11 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Remove the mask in the call to ram_release_pages(). Nothing else does > it, and if the offset has that bits set, we have a lot of trouble. > > Signed-off-by: Juan Quintela Yeh I think that comes from ram_save_target_page which does: ram_addr_t

[PATCH v3 4/6] migration: Remove masking for compression

2022-01-11 Thread Juan Quintela
Remove the mask in the call to ram_release_pages(). Nothing else does it, and if the offset has that bits set, we have a lot of trouble. Signed-off-by: Juan Quintela --- migration/ram.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migration/ram.c b/migration/ram.c ind