Revised iteration after initial comments. Still just for ARMv7. I looked
at the ARMv8 code and yes it practically appears to reuse most of 
fault handling in ARMv7, I wasn't aware so much code was in common. 
But before then want to make sure it's reliable on real hardware.

This patch adds support for ARMv7 Live Migration, primarily dirty bit map
management is added. The patch follows the normal migration flow managed by
user space, first write protecting the entire address space and later 
keeping track of dirty pages. In the process of initial write protection,
and first time faults huge pages are broken up into small pages to support
migration on loaded systems.

Mario Smarduch (5):
  add ARMv7 HYP API to flush VM TLBs without address param
  live migration support for initial write protect of VM to manage
    dirty pages
  live migration support for VM dirty log management
  add 2nd stage page fault handling during live migration
  add kvm_arch glogal live migration variable

 arch/arm/include/asm/kvm_asm.h  |    1 +
 arch/arm/include/asm/kvm_host.h |    7 ++
 arch/arm/kvm/arm.c              |   75 ++++++++++++-
 arch/arm/kvm/interrupts.S       |    5 +
 arch/arm/kvm/mmu.c              |  220 ++++++++++++++++++++++++++++++++++++++-
 5 files changed, 305 insertions(+), 3 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to