qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 0/2] Add bitmap for copied pages in postcopy migr


From: Alexey Perevalov
Subject: [Qemu-devel] [PATCH v1 0/2] Add bitmap for copied pages in postcopy migration
Date: Tue, 13 Jun 2017 12:36:31 +0300

This is a separate patch set, it derived from
https://www.mail-archive.com/address@hidden/msg456004.html

There are several possible use cases:
1. solve issue with postcopy live migration and shared memory.
OVS-VSWITCH requires information about copied pages, to fallocate
newly allocated pages.
2. calculation vCPU blocktime
for more details see
https://www.mail-archive.com/address@hidden/msg456004.html
3. Recovery after fail in the middle of postcopy migration 

Declaration is placed in two places include/migration/migration.h and into
migration/postcopy-ram.h, because some functions are required in virtio.

Alexey Perevalov (2):
  migration: postcopy_place_page factoring out
  migration: add bitmap for copied page

 include/exec/ram_addr.h       |  3 +++
 include/migration/migration.h |  3 +++
 migration/postcopy-ram.c      | 20 +++++++++++----
 migration/postcopy-ram.h      |  4 +--
 migration/ram.c               | 58 ++++++++++++++++++++++++++++++++++++++++---
 migration/ram.h               |  5 ++++
 migration/savevm.c            |  1 +
 7 files changed, 84 insertions(+), 10 deletions(-)

-- 
1.9.1




reply via email to

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