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

* Re: [Qemu-devel] [RFC][PATCH 0/9] live migration/buffer_is_zero optimizations
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Eric Blake @ 2013-03-12 15:56 UTC (permalink / raw)
  To: Peter Lieven
  Cc: Kevin Wolf, Paolo Bonzini, Stefan Hajnoczi, qemu-devel@nongnu.org,
	Orit Wasserman

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

On 03/12/2013 09:47 AM, Peter Lieven wrote:
> 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):

Your patches were not properly threaded, which makes it hard to review
this series.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 621 bytes --]

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

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


Am 12.03.2013 um 16:56 schrieb Eric Blake <eblake@redhat.com>:

> On 03/12/2013 09:47 AM, Peter Lieven wrote:
>> 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):
> 
> Your patches were not properly threaded, which makes it hard to review
> this series.

I`m sorry for this. I have to optimize the mail sending.

In case anyone wants to test you can checkout branch `migration_optimizations`
from git@github.com:plieven/qemu.git

Peter

> 
> -- 
> Eric Blake   eblake redhat com    +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
> 

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

* Re: [Qemu-devel] [RFC][PATCH 0/9] live migration/buffer_is_zero optimizations
  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:11 ` Markus Armbruster
  1 sibling, 0 replies; 4+ messages in thread
From: Markus Armbruster @ 2013-03-12 16:11 UTC (permalink / raw)
  To: Peter Lieven
  Cc: Kevin Wolf, Paolo Bonzini, Stefan Hajnoczi, qemu-devel@nongnu.org,
	Orit Wasserman

Your patch series is not properly threaded.  Please use git-send-email.

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