kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] migration dirty bitmap support ARMv7
@ 2014-04-15  1:24 Mario Smarduch
  2014-04-15  9:12 ` Marc Zyngier
  0 siblings, 1 reply; 3+ messages in thread
From: Mario Smarduch @ 2014-04-15  1:24 UTC (permalink / raw)
  To: kvmarm, christoffer.dall, marc.zyngier, 이정석,
	정성진
  Cc: kvm


The patch set supports migration dirty bitmap support implementation for
arm-kvm.  Spliting of pmd's to pte's as suggested is implemented on demand
when migration is started. 

I tested it on 4-way SMP ARMv7, with SMP guests.
2GB VMs with dirty shared memory segments upto 1.8 GB 
and relatively fast update rates 16Mb/5mS. 

Next course of action would be rmap support which 
scales much better on bigger systems. Although one
think that confused me, x86 migrations were sometimes
10 to 15 times slower, I think it must be something 
wrong with my configuration.


Mario Smarduch (3):
  headers for migration dirtybitmap support
  initial write protect of VM address space and on dirty log read
  hooks to interface with QEMU for initial write protect, dirty log read

 arch/arm/include/asm/kvm_host.h |    9 +++
 arch/arm/kvm/arm.c              |   62 ++++++++++++++-
 arch/arm/kvm/mmu.c              |  158 ++++++++++++++++++++++++++++++++++++++-
 3 files changed, 226 insertions(+), 3 deletions(-)
-- 
1.7.9.5


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

end of thread, other threads:[~2014-04-15 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15  1:24 [PATCH 0/3] migration dirty bitmap support ARMv7 Mario Smarduch
2014-04-15  9:12 ` Marc Zyngier
2014-04-15 17:22   ` Mario Smarduch

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).