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