qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] Check migration enabled features on both sides


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 0/2] Check migration enabled features on both sides
Date: Tue, 13 Jun 2017 11:54:30 +0200

Hi

This was part of my multifd series, it just "requires" that
migartion features being enabled on both sides.
- XBZRLE: libvirt only enables it on source, so we don't test it

- compression threads: we check at reception when we receive a
                       compression page that we have compression
                       threads enabled.  Otherwise we exit with one
                       error.

- Now that we check if compression threads are enabled, we don't
  create the threads if they are not enabled.

  It makes debugging much easier, because I have less threads on
  destination to search where things are hang up.

Please review,

Thanks, Juan.

Juan Quintela (2):
  migration: Test for disabled features on reception
  migration: Don't create decompression threads if not enabled

 migration/ram.c | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

-- 
2.9.4




reply via email to

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