From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH v7 0/29] Migration Stream v2 Date: Wed, 10 Sep 2014 18:10:38 +0100 Message-ID: <1410369067-1330-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Keir Fraser , Ian Campbell , Andrew Cooper , Ian Jackson , Tim Deegan , Ross Lagerwall , David Vrabel , Jan Beulich List-Id: xen-devel@lists.xenproject.org Hello, Presented here for review is v7 of the Migration Stream v2 work, which contains a v1 for xl/libxl support, including on-the-fly conversion of legacy streams. There are some TODOs and questions in the final section of the series, but the earlier sections are thoroughly tested and considered complete, having undergone extensive testing as part of XenServer. A git version is available from the saverestore2-v7 branch of: git://xenbits.xen.org/people/andrewcoop/xen.git http://xenbits.xen.org/git-http/people/andrewcoop/xen.git In summary, Patches 1 to 5 are misc bugfixes/improvements Patches 6 and 7 are specification documents for the new stream Patch 8 contains python infrastructure for conversion and verification Patches 8 to 19 form the libxc changes Patches 20 to 29 form the libxl and xl changes ~Andrew