qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] Convert live migration to memory API
@ 2011-12-21 13:34 Avi Kivity
  2011-12-21 13:34 ` [Qemu-devel] [PATCH 1/8] Store MemoryRegion in RAMBlock Avi Kivity
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Avi Kivity @ 2011-12-21 13:34 UTC (permalink / raw)
  To: Anthony Liguori, qemu-devel, quintela

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, 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(-)

-- 
1.7.7.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-12-21 15:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-21 13:34 [Qemu-devel] [PATCH 0/8] Convert live migration to memory API Avi Kivity
2011-12-21 13:34 ` [Qemu-devel] [PATCH 1/8] Store MemoryRegion in RAMBlock Avi Kivity
2011-12-21 13:34 ` [Qemu-devel] [PATCH 2/8] Switch ram_save to the memory API Avi Kivity
2011-12-21 13:34 ` [Qemu-devel] [PATCH 3/8] Sort RAMBlocks by ID for migration, not by ram_addr Avi Kivity
2011-12-21 13:55   ` Anthony Liguori
2011-12-21 15:15     ` Avi Kivity
2011-12-21 13:34 ` [Qemu-devel] [PATCH 4/8] Remove support for version 3 ram_load Avi Kivity
2011-12-21 13:57   ` Anthony Liguori
2011-12-21 15:18     ` Avi Kivity
2011-12-21 13:34 ` [Qemu-devel] [PATCH 5/8] Convert ram_load() to the memory API Avi Kivity
2011-12-21 13:34 ` [Qemu-devel] [PATCH 6/8] memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking() Avi Kivity
2011-12-21 13:34 ` [Qemu-devel] [PATCH 7/8] xen: convert framebuffer dirty tracking to memory API Avi Kivity
2011-12-21 13:34 ` [Qemu-devel] [PATCH 8/8] memory: obsolete more dirty memory related functions Avi Kivity
2011-12-21 13:59 ` [Qemu-devel] [PATCH 0/8] Convert live migration to memory API Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).