qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC][PATCH 0/9] live migration/buffer_is_zero optimizations
@ 2013-03-12 15:47 Peter Lieven
  2013-03-12 15:56 ` Eric Blake
  2013-03-12 16:11 ` Markus Armbruster
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Lieven @ 2013-03-12 15:47 UTC (permalink / raw)
  To: qemu-devel@nongnu.org
  Cc: Kevin Wolf, Paolo Bonzini, Orit Wasserman, Stefan Hajnoczi

I will sent a list of optimizations that have been developed during
the last days. Your feedback is much appreciated.

@Paolo: Can you run your tests that you have made for your migration
optimzations that are now upstream against these patches.

Thanks,
Peter

Peter Lieven (9):
   move vector definitions to qemu-common.h
   add a function to find non-zero content in a buffer
   migration: add an indicator for bulk state of ram migration
   buffer_is_zero: use vector optimizations if possible
   migration: check for dup pages only in bulk stage
   migration: use XBZRLE only after bulk stage
   bitops: use vector algorithm to optimize find_next_bit()
   migration: do not send zero_pages in bulk stage
   migration: do not search dirty pages in bulk stage

  arch_init.c           |   43 +++++++++++++++++--------------------------
  include/qemu-common.h |   24 ++++++++++++++++++++++++
  util/bitops.c         |   23 ++++++++++++++++++++---
  util/cutils.c         |   35 +++++++++++++++++++++++++++++++++++
  4 files changed, 96 insertions(+), 29 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-03-12 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12 15:47 [Qemu-devel] [RFC][PATCH 0/9] live migration/buffer_is_zero optimizations Peter Lieven
2013-03-12 15:56 ` Eric Blake
2013-03-12 16:08   ` Peter Lieven
2013-03-12 16:11 ` Markus Armbruster

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