From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH v5 RFC 02/14] scripts: Scripts for inspection/valdiation of legacy and new streams Date: Thu, 12 Jun 2014 10:48:03 +0100 Message-ID: <53997753.9020807@citrix.com> References: <1402510482-21099-1-git-send-email-andrew.cooper3@citrix.com> <1402510482-21099-3-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1402510482-21099-3-git-send-email-andrew.cooper3@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper , Xen-devel Cc: Frediano Ziglio , David Vrabel List-Id: xen-devel@lists.xenproject.org Add python scripts to manage image formats. legacy.py converts a legacy format image into the new format. This avoids having to retain the restore code for the legacy format. Toolstacks will identify a legacy image and call the conversion script prior to restoring the domain. verify.py validates that a new format image complies with the specification.