Re: [Qemu-devel] [PATCH 0/8] Convert live migration to memory API

2011-12-21 Thread Anthony Liguori
On 12/21/2011 07:34 AM, Avi Kivity wrote: These patches, on top of "vmstate, memory: decouple vmstate from memory API", convert live migration to use the memory API. Patch 4 is an ABI change, please review carefully. Using ram_addr_t for migration was badly, badly broken. I think it's been lo

[Qemu-devel] [PATCH 0/8] Convert live migration to memory API

2011-12-21 Thread Avi Kivity
These patches, on top of "vmstate, memory: decouple vmstate from memory API", convert live migration to use the memory API. Patch 4 is an ABI change, please review carefully. Avi Kivity (8): Store MemoryRegion in RAMBlock Switch ram_save to the memory API Sort RAMBlocks by ID for migration,