]> git.proxmox.com Git - mirror_qemu.git/commit
migration/savevm.c: migrate non-default page size
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Oct 2016 15:26:50 +0000 (16:26 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Oct 2016 15:26:50 +0000 (16:26 +0100)
commit59811a320d6b2a6db2646f908bb016dd8553df27
tree438e597c8386c9562f890a7cca18dc492e1ee749
parent20bccb82ff3ea09bcb7c4ee226d3160cab15f7da
migration/savevm.c: migrate non-default page size

Add a subsection to vmstate_configuration which is present
only if the guest is using a target page size which is
different from the default. This allows us to helpfully
diagnose attempts to migrate between machines which
are using different target page sizes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
migration/savevm.c