qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/8] Convert live migration to memory API
Date: Wed, 21 Dec 2011 07:59:06 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

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 long enough that we can safely remove that logic.

Other than my request for a better commit message, this whole series:

Reviewed-by: Anthony Liguori <address@hidden>

Regards,

Anthony Liguori


Avi Kivity (8):
   Store MemoryRegion in RAMBlock
   Switch ram_save to the memory API
   Sort RAMBlocks by ID for migration, not by ram_addr
   Remove support for version 3 ram_load
   Convert ram_load() to the memory API
   memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()
   xen: convert framebuffer dirty tracking to memory API
   memory: obsolete more dirty memory related functions

  arch_init.c     |   71 +++++++++++++++++++-----------------------------------
  cpu-all.h       |   54 +-----------------------------------------
  exec-obsolete.h |   51 +++++++++++++++++++++++++++++++++++++++
  exec.c          |   11 +-------
  memory.c        |    2 +
  xen-all.c       |    5 +--
  6 files changed, 82 insertions(+), 112 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]