Re: [libvirt] [RFC PATCH 07/12] qemu: migration: Forbid migration with memory modules lacking info

2015-02-09 Thread Daniel P. Berrange
On Fri, Jan 30, 2015 at 02:21:04PM +0100, Peter Krempa wrote: 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

Re: [libvirt] [RFC PATCH 07/12] qemu: migration: Forbid migration with memory modules lacking info

2015-02-09 Thread Peter Krempa
On Mon, Feb 09, 2015 at 10:24:04 +, Daniel Berrange wrote: On Fri, Jan 30, 2015 at 02:21:04PM +0100, Peter Krempa wrote: 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

[libvirt] [RFC PATCH 07/12] qemu: migration: Forbid migration with memory modules lacking info

2015-01-30 Thread Peter Krempa
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). ---