migration: Remove masking for compression
commit20d549cb0b6c8a9df8690d8e97505aa785036472
authorJuan Quintela <quintela@redhat.com>
Tue, 21 Dec 2021 09:28:16 +0000 (21 10:28 +0100)
committerJuan Quintela <quintela@redhat.com>
Fri, 28 Jan 2022 14:38:23 +0000 (28 15:38 +0100)
tree721a4ba65a85c2fec82fccd728448afff409e0d6
parent0189c722917ce3626e21bcad675871228626d61b
migration: Remove masking for compression

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 <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/ram.c