[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 4/8] Remove support for version 3 ram_load
From: |
Avi Kivity |
Subject: |
Re: [Qemu-devel] [PATCH 4/8] Remove support for version 3 ram_load |
Date: |
Wed, 21 Dec 2011 17:18:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0 |
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.
>
> Can you please make a note on http://wiki.qemu.org/ChangeLog/Next
Done.
--
error compiling committee.c: too many arguments to function
- [Qemu-devel] [PATCH 0/8] Convert live migration to memory API, Avi Kivity, 2011/12/21
- [Qemu-devel] [PATCH 4/8] Remove support for version 3 ram_load, Avi Kivity, 2011/12/21
- [Qemu-devel] [PATCH 7/8] xen: convert framebuffer dirty tracking to memory API, Avi Kivity, 2011/12/21
- [Qemu-devel] [PATCH 1/8] Store MemoryRegion in RAMBlock, Avi Kivity, 2011/12/21
- [Qemu-devel] [PATCH 6/8] memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking(), Avi Kivity, 2011/12/21
- [Qemu-devel] [PATCH 3/8] Sort RAMBlocks by ID for migration, not by ram_addr, Avi Kivity, 2011/12/21
- [Qemu-devel] [PATCH 2/8] Switch ram_save to the memory API, Avi Kivity, 2011/12/21
- [Qemu-devel] [PATCH 5/8] Convert ram_load() to the memory API, Avi Kivity, 2011/12/21
- [Qemu-devel] [PATCH 8/8] memory: obsolete more dirty memory related functions, Avi Kivity, 2011/12/21
- Re: [Qemu-devel] [PATCH 0/8] Convert live migration to memory API, Anthony Liguori, 2011/12/21