]> git.proxmox.com Git - qemu.git/commit - arch_init.c
Remove support for version 3 ram_load
authorAvi Kivity <avi@redhat.com>
Wed, 21 Dec 2011 11:37:56 +0000 (13:37 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 4 Jan 2012 11:34:48 +0000 (13:34 +0200)
commitf09f2189d51b405bb1e390beeb0ccf155ab2e788
tree9d4252a7a93fec4d930c49bf7d09f14b692f9730
parent8fec98b41b0535ea4823c59ee9bf7d768feac74a
Remove support for version 3 ram_load

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.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch_init.c