From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8r14-00062Z-4e for qemu-devel@nongnu.org; Thu, 11 May 2017 12:32:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8r11-0006dJ-Hn for qemu-devel@nongnu.org; Thu, 11 May 2017 12:32:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48122) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d8r11-0006ci-BV for qemu-devel@nongnu.org; Thu, 11 May 2017 12:32:35 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7B17981227 for ; Thu, 11 May 2017 16:32:33 +0000 (UTC) From: Juan Quintela Date: Thu, 11 May 2017 18:32:25 +0200 Message-Id: <20170511163228.6666-1-quintela@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] Remove old MigrationParams List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: dgilbert@redhat.com, lvivier@redhat.com, peterx@redhat.com Hi Changes from v1: - make migrate_block_set_* take a boolean - disable block migration in colo to maintain semantics. Please review, Juan. [v1] Upon a time there were MigrationParms (only used for block migration) and then MigrationParams used for everything else. This series: - create migration capabilities for block parameters - make the migrate command line parameters to use capabilities - remove MigrationParams completely Please, review. *** BLURB HERE *** Juan Quintela (3): migration: Create block capabilities for shared and enable migration: Remove use of old MigrationParams migration: Remove old MigrationParams include/migration/block.h | 3 +++ include/migration/migration.h | 14 +++++------- include/migration/vmstate.h | 1 - include/qemu/typedefs.h | 1 - include/sysemu/sysemu.h | 3 +-- migration/block.c | 17 ++------------ migration/colo.c | 7 +++--- migration/migration.c | 52 ++++++++++++++++++++++++++++++++++++------- migration/savevm.c | 18 +++------------ qapi-schema.json | 7 +++++- 10 files changed, 68 insertions(+), 55 deletions(-) -- 2.9.3