Re: [Qemu-devel] [PATCH 4/8] Remove support for version 3 ram_load

2011-12-21 Thread Avi Kivity
On 12/21/2011 03:57 PM, Anthony Liguori wrote: > On 12/21/2011 07:34 AM, Avi Kivity wrote: >> Version 3 ram_load depends on ram_addrs, which are not stable. >> Version 4 >> was introduced in 0.13 (and RHEL 6), so this means live migration >> from 0.12 >> and earlier to 1.1 or later will not work.

Re: [Qemu-devel] [PATCH 4/8] Remove support for version 3 ram_load

2011-12-21 Thread Anthony Liguori
On 12/21/2011 07:34 AM, Avi Kivity wrote: Version 3 ram_load depends on ram_addrs, which are not stable. Version 4 was introduced in 0.13 (and RHEL 6), so this means live migration from 0.12 and earlier to 1.1 or later will not work. Can you please make a note on http://wiki.qemu.org/ChangeLog

[Qemu-devel] [PATCH 4/8] Remove support for version 3 ram_load

2011-12-21 Thread Avi Kivity
Version 3 ram_load depends on ram_addrs, which are not stable. Version 4 was introduced in 0.13 (and RHEL 6), so this means live migration from 0.12 and earlier to 1.1 or later will not work. Signed-off-by: Avi Kivity --- arch_init.c | 18 -- 1 files changed, 4 insertions(+),