]> git.proxmox.com Git - mirror_qemu.git/commit
migration: only check page size match if RAM postcopy is enabled
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 4 Feb 2021 16:35:22 +0000 (17:35 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 8 Feb 2021 11:19:52 +0000 (11:19 +0000)
commite846b746502e94ce5cb148201ebdaa9c0f658741
tree4e79367404796f55908bb11ef5b098242254c1ab
parent0f0d83a456d0a60be9031a19311bfcb0f9519afb
migration: only check page size match if RAM postcopy is enabled

Postcopy may also be advised for dirty-bitmap migration only, in which
case the remote page size will not be available and we'll instead read
bogus data, blocking migration with a mismatch error if the VM uses
hugepages.

Fixes: 58110f0acb ("migration: split common postcopy out of ram postcopy")
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
Message-Id: <20210204163522.13291-1-s.reiter@proxmox.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/ram.c