]> git.proxmox.com Git - mirror_qemu.git/commit - migration/migration.c
migration: Add property x-postcopy-preempt-break-huge
authorPeter Xu <peterx@redhat.com>
Thu, 7 Jul 2022 18:55:11 +0000 (14:55 -0400)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 20 Jul 2022 11:15:08 +0000 (12:15 +0100)
commitc8750de11810ddca96026fc0edf87b64c1350f76
tree86c63105e081e08465ee8d93e849c2275b592f66
parentd0edb8a173b54cae4571c9040c88cf0c5a1c6e12
migration: Add property x-postcopy-preempt-break-huge

Add a property field that can conditionally disable the "break sending huge
page" behavior in postcopy preemption.  By default it's enabled.

It should only be used for debugging purposes, and we should never remove
the "x-" prefix.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Manish Mishra <manish.mishra@nutanix.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20220707185511.27366-1-peterx@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/migration.c
migration/migration.h
migration/ram.c