]> xenbits.xensource.com Git - libvirt.git/commit
qemu: migration: Forbid migration with memory modules lacking info
authorPeter Krempa <pkrempa@redhat.com>
Mon, 19 Jan 2015 13:28:14 +0000 (14:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 23 Mar 2015 13:25:15 +0000 (14:25 +0100)
commitc5710066e87dc8d563e9dcf9c0af9585319a0a54
treedca4da074839e7ba4c4d2ee38ff6a7fdf2ab7000
parent5cdfaa31c4a24fc849a8929a244bc02473d762fb
qemu: migration: Forbid migration with memory modules lacking info

Make sure that libvirt has all vital information needed to reliably
represent configuration of guest's memory devices in case of a
migration.

This patch forbids migration in case the required slot number and module
base address are not present (failed to be loaded from qemu via
monitor).
src/qemu/qemu_migration.c